[llvm] [InstCombine] Limit canonicalization of extractelement(cast) to constant index or same basic block. (PR #166227)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 5 22:12:15 PST 2025
================
@@ -40,19 +40,50 @@ define i32 @test_bitcast(i32 %i) {
declare void @use(i32)
+define void @test_poison_branch(<4 x float> %in, i32 %a, i1 %cond) {
----------------
nikic wrote:
What is this test name referring to? I don't see any poison branch here?
https://github.com/llvm/llvm-project/pull/166227
More information about the llvm-commits
mailing list