[llvm] [VectorCombine] Fix scalarizeExtExtract for big-endian (PR #157962)

Uyiosa Iyekekpolor via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 12 07:56:20 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
+; RUN: opt -passes='vector-combine,dce' -S -mtriple=aarch64_be-unknown-linux-gnu %s -o - | FileCheck %s --check-prefix=BE
+
+define i64 @g(<8 x i8> %v) {
----------------
uyoyo0 wrote:

Done thanks

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


More information about the llvm-commits mailing list