[all-commits] [llvm/llvm-project] fa303e: [X86] Fix typo of intrinsic name in test cases. NFC
topperc via All-commits
all-commits at lists.llvm.org
Sun Dec 22 11:18:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa303ea5d367177b459524ba456a96ac9f144a07
https://github.com/llvm/llvm-project/commit/fa303ea5d367177b459524ba456a96ac9f144a07
Author: Craig Topper <craig.topper at gmail.com>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M llvm/test/CodeGen/X86/fp-strict-scalar-cmp.ll
Log Message:
-----------
[X86] Fix typo of intrinsic name in test cases. NFC
These said test_f32_olt_s for the type of an overloaded intrinsic.
But the parser doesn't use that part of the name and just uses
the types of the arguments.
Commit: a4aa40cebc9b4a1d8a7dafddd65d99c4fd53ebec
https://github.com/llvm/llvm-project/commit/a4aa40cebc9b4a1d8a7dafddd65d99c4fd53ebec
Author: Craig Topper <craig.topper at gmail.com>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M llvm/test/CodeGen/X86/fp-strict-scalar-cmp.ll
Log Message:
-----------
[X86] Autogenerate complete checks. NFC
Compare: https://github.com/llvm/llvm-project/compare/2d903cc9656d...a4aa40cebc9b
More information about the All-commits
mailing list