summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2019-02-04 17:10:55 +0000
committerJessica Paquette <jpaquette@apple.com>2019-02-04 17:10:55 +0000
commit616a1fb4920f269e4a60f25d9abca8a7228b1691 (patch)
tree2230d6bd6c3a0de4f4ff131c811fb049444414f2 /llvm/test/CodeGen
parentc00bdab4c897032f773b1101d48a68e8e273aae4 (diff)
downloadbcm5719-llvm-616a1fb4920f269e4a60f25d9abca8a7228b1691.tar.gz
bcm5719-llvm-616a1fb4920f269e4a60f25d9abca8a7228b1691.zip
[GlobalISel] Introduce a generic floating point floor opcode, G_FFLOOR
This introduces a generic opcode for floating point floor, working towards selecting @llvm.floor. Differential Revision: https://reviews.llvm.org/D57484 llvm-svn: 353057
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir5
1 files changed, 4 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 09574f0b85d..ab144eedfac 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
@@ -340,7 +340,10 @@
# DEBUG: .. the first uncovered type index: 1, OK
#
# DEBUG-NEXT: G_FSQRT (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_FFLOOR (opcode {{[0-9]+}}): 1 type index
+# DEBUG: .. type index coverage check SKIPPED: no rules defined
# CHECK-NOT: ill-defined
OpenPOWER on IntegriCloud