[llvm] [VPlan] Add scalar inferencing support for addrspace cast (PR #92107)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 05:26:18 PDT 2024


================
@@ -0,0 +1,21 @@
+; RUN: opt -passes=loop-vectorize %s
+; ModuleID = '<bc file>'
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
----------------
fhahn wrote:

Does this test depend on the X86 backend? Can you remove this and instead use the force-vector-width flag? Also please check the output.

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


More information about the llvm-commits mailing list