[llvm] [VPlan] Handle some VPInstructions in mayReadFromMemory (PR #120058)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 08:56:13 PST 2024
================
@@ -117,11 +117,11 @@ define void @test_iv_cost(ptr %ptr.start, i8 %a, i64 %b) {
; CHECK-NEXT: br i1 [[CMP_N11]], label %[[EXIT_LOOPEXIT]], label %[[VEC_EPILOG_SCALAR_PH]]
----------------
fhahn wrote:
can the test be changed so it doesn't hoist everything out? I think the test now doesn't test what it was originally testing
https://github.com/llvm/llvm-project/pull/120058
More information about the llvm-commits
mailing list