[llvm] [DAGISel][ARM] Fix vector truncate combine for big-endian (PR #118101)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 07:41: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" {
----------------
arsenm wrote:

The -mattr does nothing with target-features, remove one or the other 

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


More information about the llvm-commits mailing list