[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
[oota-llvm.git] / test / CodeGen / ARM / vsel.ll
index f4ee800f6fd833c534b85367b0a71a6327a49d9f..7e1f7146fd1cfb476ce9f4582e62874aa2e5e4e3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv8-linux-gnueabihf -mattr=+v8fp -float-abi=hard | FileCheck %s
+; RUN: llc < %s -mtriple=armv8-linux-gnueabihf -mattr=+fp-armv8 -float-abi=hard | FileCheck %s
 @varfloat = global float 0.0
 @vardouble = global double 0.0
 define void @test_vsel32sgt(i32 %lhs32, i32 %rhs32, float %a, float %b) {