[llvm] [VectorCombine] Fix scalarizeExtExtract for big-endian (PR #157962)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 06:31:28 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
----------------
RKSimon wrote:
yes, this fold is cost driven - it will need to be put under the AArch64 subdir and tested on aarch64 / aarch64_be triples
https://github.com/llvm/llvm-project/pull/157962
More information about the llvm-commits
mailing list