[llvm] [DAGISel][ARM] Fix vector truncate combine for big-endian (PR #118101)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 29 07:44:17 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
+
+define i32 @test(i64 %arg1) "target-features"="+neon" {
----------------
ostannard wrote:
Done
https://github.com/llvm/llvm-project/pull/118101
More information about the llvm-commits
mailing list