From: Diana Picus Date: Wed, 8 Feb 2017 14:23:30 +0000 (+0000) Subject: Fix test to work on swift/cyclone too X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96111bcb3178b08db27456019dacb312db181257;p=llvm Fix test to work on swift/cyclone too 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 --- diff --git a/test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir b/test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir index 8d18513766d..48d58d71eb6 100644 --- a/test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir +++ b/test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir @@ -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