[all-commits] [llvm/llvm-project] 0bb698: [InstCombine] Add additional test for phi to condi...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Mar 1 07:10:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bb698a2fb7021567aae0e43c5aaac167fbb57e6
https://github.com/llvm/llvm-project/commit/0bb698a2fb7021567aae0e43c5aaac167fbb57e6
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/simple_phi_condition.ll
Log Message:
-----------
[InstCombine] Add additional test for phi to condition fold (NFC)
This one does not have an intermediate block for the true branch,
and demonstrates the importance of using edge dominance.
More information about the All-commits
mailing list