[llvm] [VectorCombine] Fix scalarizeExtExtract for big-endian (PR #157962)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 05:57:16 PDT 2025
================
@@ -0,0 +1,23 @@
+; RUN: opt -passes='vector-combine,dce' -S -mtriple=aarch64-unknown-linux-gnu %s -o - | FileCheck %s --check-prefix=LE
----------------
dtcxzyw wrote:
Don't use triples if the transform doesn't rely on the cost model. Use `-data-layout=e/E` instead. If the target triple is needed, you can put the test under target-specific subdirs.
https://github.com/llvm/llvm-project/pull/157962
More information about the llvm-commits
mailing list