[llvm] [InstCombine] Extend Phi-Icmp use to include or (PR #67682)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 01:52:25 PDT 2023


================
@@ -1286,6 +1286,248 @@ if.end:                                           ; preds = %entry, %if.then
   ret i1  %cmp1
 }
 
+define i1 @phi_knownnonzero_eq_oricmp(i32 %n, i32 %s, ptr nocapture readonly %P, i32 %val) {
----------------
nikic wrote:

Drop attributes.

https://github.com/llvm/llvm-project/pull/67682


More information about the llvm-commits mailing list