[llvm] [LoopVectorize] Enable hoisting of runtime checks by default (PR #71538)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 00:29:16 PST 2023


================
@@ -13,9 +13,6 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
 ; address.
 
 
-; memory check is found.conflict = b[max(n-1,1)] > a && (ptr a)+1 > (ptr b)
----------------
davemgreen wrote:

Why is this removed? It looks like there is a memcheck below.

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


More information about the llvm-commits mailing list