[all-commits] [llvm/llvm-project] 7314ad: Revert "[SimplifyCFG] Allow SimplifyCFG hoisting t...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 1 00:21:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7314ad7a0661579e19eeec20c91e49f51f8c8d5e
https://github.com/llvm/llvm-project/commit/7314ad7a0661579e19eeec20c91e49f51f8c8d5e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
R llvm/test/Transforms/SimplifyCFG/hoist-common-skip-limit.ll
R llvm/test/Transforms/SimplifyCFG/hoist-common-skip.ll
Log Message:
-----------
Revert "[SimplifyCFG] Allow SimplifyCFG hoisting to skip over non-matching instructions"
This reverts commit 7b0f6378e211e881c574748090a86beeab264ab3.
As commented on the review, this patch has a correctness issue
regarding the modelling of memory effects.
More information about the All-commits
mailing list