diff options
| author | Jessica Paquette <jpaquette@apple.com> | 2019-01-28 18:34:16 +0000 |
|---|---|---|
| committer | Jessica Paquette <jpaquette@apple.com> | 2019-01-28 18:34:16 +0000 |
| commit | 9f6afad9136fb2e43a6a61be99946e93089433ba (patch) | |
| tree | ac073e27e89f17e5d8a017c8c8d0f662f14d95bf /llvm/test/CodeGen/AArch64 | |
| parent | 3d1d95ca55741cae5568991f05cd79de5d396d21 (diff) | |
| download | bcm5719-llvm-9f6afad9136fb2e43a6a61be99946e93089433ba.tar.gz bcm5719-llvm-9f6afad9136fb2e43a6a61be99946e93089433ba.zip | |
[GlobalISel] Add G_FSIN and G_FCOS generic instructions
This introduces generic instrutions for floating point sin and cos, G_FCOS and
G_FSIN. It updates the tests, etc.
https://reviews.llvm.org/D57197
1/3
llvm-svn: 352400
Diffstat (limited to 'llvm/test/CodeGen/AArch64')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index d74762aa275..8cf750c1154 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir @@ -331,7 +331,13 @@ # DEBUG: .. the first uncovered type index: 1, OK # # DEBUG-NEXT: G_FCEIL (opcode {{[0-9]+}}): 1 type index -# DEBUG: .. the first uncovered type index: 1, OK +# DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected +# +# DEBUG-NEXT: G_FCOS (opcode {{[0-9]+}}): 1 type index +# DEBUG: .. type index coverage check SKIPPED: no rules defined +# +# DEBUG-NEXT: G_FSIN (opcode {{[0-9]+}}): 1 type index +# DEBUG: .. type index coverage check SKIPPED: no rules defined # CHECK-NOT: ill-defined |

