[llvm] [LoopUnroll] Consider simplified operands while retrieving TTI instruction cost (PR #70929)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 03:10:30 PST 2023
================
@@ -50,7 +50,7 @@ for.end:
}
; CHECK-LABEL: @test_func_addrspacecast_cost_nonfree(
-; CHECK: br i1 %exitcond
+; CHECK-NOT: br i1 %exitcond
----------------
nikic wrote:
@arsenm Any idea how to preserve the intent of this test?
https://github.com/llvm/llvm-project/pull/70929
More information about the llvm-commits
mailing list