]> granicus.if.org Git - llvm/commitdiff
Fix test to work on swift/cyclone too
authorDiana Picus <diana.picus@linaro.org>
Wed, 8 Feb 2017 14:23:30 +0000 (14:23 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 8 Feb 2017 14:23:30 +0000 (14:23 +0000)
I forgot to remove the neonfp target feature from the test, which means we'd
have trouble selecting VADDS on targets that have neonfp enabled by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294451 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir

index 8d18513766d3736ccbc8c8d985d0df42c7d23cf6..48d58d71eb61a895e90e422e92e2a7bb2dd4f198 100644 (file)
@@ -13,7 +13,7 @@
 
   define void @test_load_from_stack() { ret void }
 
-  attributes #0 = { "target-features"="+vfp2" }
+  attributes #0 = { "target-features"="+vfp2,-neonfp" }
 ...
 ---
 name:            test_zext_s1