[llvm] [Vectorizer] precommit test for miscompilation (PR #120731)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 05:37:10 PST 2024


================
@@ -0,0 +1,107 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -passes=loop-vectorize -force-vector-width=4 -enable-vplan-native-path -S %s | FileCheck %s
+
+source_filename = "<stdin>"
+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:

Is this X86 specific? If so, it needs to be moved to the `X86` subdirectory

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


More information about the llvm-commits mailing list