[llvm] [DAGISel][ARM] Fix vector truncate combine for big-endian (PR #118101)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 07:24:26 PST 2024
================
@@ -0,0 +1,31 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=armebv7-unknown-none-eabihf -mattr=+neon < %s | FileCheck %s
----------------
RKSimon wrote:
OK - please rename this vector-trunc.ll and add equivalent LE test checks as well.
https://github.com/llvm/llvm-project/pull/118101
More information about the llvm-commits
mailing list