[all-commits] [llvm/llvm-project] 15fc29: Revert "[GVNSink] Regenerate test checks (NFC)"
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 21 01:46:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15fc293b11181177c9410e8715c2186bbe1390ed
https://github.com/llvm/llvm-project/commit/15fc293b11181177c9410e8715c2186bbe1390ed
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/test/Transforms/GVNSink/sink-common-code.ll
Log Message:
-----------
Revert "[GVNSink] Regenerate test checks (NFC)"
This reverts commit 3b132300728e7ed06e59e449ceb8175305869a49.
It looks like GVNSink is currently non-deterministic, due to an
std::sort() on BasicBlock* pointers in ModelledPHI. This becomes
visible in the generated checks.
More information about the All-commits
mailing list