commit | 9843a93e830e76f96e9a997b3002624a28ca5aa6 | [log] [tgz] |
---|---|---|
author | David Goodwin <david_goodwin@apple.com> | Thu Oct 01 22:19:57 2009 +0000 |
committer | David Goodwin <david_goodwin@apple.com> | Thu Oct 01 22:19:57 2009 +0000 |
tree | faad56e6175ff6097b9b93bf2be6cd89bf3657f7 | |
parent | e4250396ea254b374436e94f391f1adb9bd94d20 [diff] [blame] |
Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83218 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll b/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll index 07943bf..acf562c 100644 --- a/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll +++ b/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon,+neonfp +; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp ; rdar://7117307 %struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List }