[all-commits] [llvm/llvm-project] 60a579: [X86] Fix intrinsic names in strict fp80 tests to ...
topperc via All-commits
all-commits at lists.llvm.org
Sat Jul 25 13:31:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60a5799e6e8b1206640a2321eab60dcf1b65975d
https://github.com/llvm/llvm-project/commit/60a5799e6e8b1206640a2321eab60dcf1b65975d
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-25 (Sat, 25 Jul 2020)
Changed paths:
M llvm/test/CodeGen/X86/fp80-strict-scalar-cmp.ll
M llvm/test/CodeGen/X86/fp80-strict-scalar.ll
Log Message:
-----------
[X86] Fix intrinsic names in strict fp80 tests to use f80 in their names instead of x86_fp80.
The type is called x86_fp80, but when it is printed in the intrinsic
name it should be f80. The parser doesn't seem to care that the
name was wrong.
Commit: 9182dc78145b9f1505d7fcc34b818f6d8aabcfda
https://github.com/llvm/llvm-project/commit/9182dc78145b9f1505d7fcc34b818f6d8aabcfda
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-25 (Sat, 25 Jul 2020)
Changed paths:
M llvm/test/CodeGen/X86/fp-cvt.ll
A llvm/test/CodeGen/X86/fp-roundeven.ll
M llvm/test/CodeGen/X86/fp-strict-scalar-round.ll
M llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
A llvm/test/CodeGen/X86/fp80-strict-libcalls.ll
Log Message:
-----------
[X86] Add llvm.roundeven test cases. Add f80 tests cases for constrained intrinsics that lower to libcalls. NFC
Compare: https://github.com/llvm/llvm-project/compare/6a75496836ea...9182dc78145b
More information about the All-commits
mailing list