[llvm] [VectorCombine] Fix scalarizeExtExtract for big-endian (PR #157962)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 06:32:29 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:
You can create a PowerPC subdir if you want to retain the powerpc64 triple test coverage - but you will need to duplicate the file
https://github.com/llvm/llvm-project/pull/157962
More information about the llvm-commits
mailing list