[llvm] [VPlan] Set flags when constructing zexts using VPWidenCastRecipe (PR #164198)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 00:35:34 PDT 2025


================
@@ -349,3 +350,61 @@ loop:
 exit:
   ret void
 }
+
+define void @simplified_cast_preserves_irflag_type(ptr %p, ptr %q, ptr %r) {
----------------
fhahn wrote:

Could add noalias to avoid men checks I think

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


More information about the llvm-commits mailing list