[llvm] [LV] Avoid adding stray predicates in isConsecutivePtr (PR #213662)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 05:57:30 PDT 2026
================
@@ -1017,27 +1017,16 @@ exit:
ret void
}
-define void @replicated_load_wide_store_derived_iv_zext_and(ptr noalias %src, ptr %dst, i32 %step) {
-; I64-LABEL: define void @replicated_load_wide_store_derived_iv_zext_and(
+define void @replicated_load_wide_store_derived_iv_and(ptr noalias %src, ptr %dst, i32 %step) {
----------------
fhahn wrote:
would probably still good to keep the original variant as well
https://github.com/llvm/llvm-project/pull/213662
More information about the llvm-commits
mailing list