[llvm] LoopVectorize/test: add missing CHECK lines, cleanup intrinsic.ll (PR #70202)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 13:25:14 PDT 2023


================
@@ -1,11 +1,10 @@
 ; RUN: opt < %s -passes=loop-vectorize,dce,instcombine -force-vector-interleave=1 -force-vector-width=4 -S | FileCheck %s
 
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-
-;CHECK-LABEL: @sqrt_f32(
-;CHECK: llvm.sqrt.v4f32
-;CHECK: ret void
-define void @sqrt_f32(i32 %n, ptr noalias %y, ptr noalias %x) nounwind uwtable {
+define void @sqrt_f32(i32 %n, ptr %y, ptr %x) {
----------------
fhahn wrote:

wrapping here looks off

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


More information about the llvm-commits mailing list