[llvm] [LV] Pre-committing tests for changing loop interleaving count computation (PR #70272)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  9 08:35:57 PST 2023
    
    
  
================
@@ -0,0 +1,106 @@
+; RUN: opt < %s -force-vector-width=64 -O3 -S -pass-remarks=loop-vectorize 2>&1 | FileCheck %s
----------------
fhahn wrote:
Ah I see. The runtime check issue should be resolvable by `define void @loop_with_tc_128(ptr noalias %p, ptr noalias %q) {`
https://github.com/llvm/llvm-project/pull/70272
    
    
More information about the llvm-commits
mailing list