summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-07-28 16:58:27 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-07-28 16:58:27 +0000
commit46c05fc861c49b82e049aefd9799bc39edb2b768 (patch)
tree70cebf0c6a616f5ed41118e1f9a7e388bf32d2ea /llvm/test
parent07994ec39b5242be73c420b5edc581536ad150cd (diff)
downloadbcm5719-llvm-46c05fc861c49b82e049aefd9799bc39edb2b768.tar.gz
bcm5719-llvm-46c05fc861c49b82e049aefd9799bc39edb2b768.zip
[GlobalISel] Remove types on selected insts instead of using LLT().
LLT() has a particular meaning: it's one invalid type. But we really want selected instructions to have no type whatsoever. Also verify that types don't linger after ISel, and enable the verifier on the AArch64 select test. llvm-svn: 277001
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir b/llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
index 0d9cdbee0c8..67851e5c80d 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
@@ -1,4 +1,4 @@
-# RUN: llc -O0 -run-pass=instruction-select -global-isel %s -o - | FileCheck %s
+# RUN: llc -O0 -run-pass=instruction-select -verify-machineinstrs -global-isel %s -o - | FileCheck %s
# REQUIRES: global-isel
# Test the instruction selector.
@@ -6,7 +6,7 @@
--- |
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
- target triple = "aarch64-apple-ios"
+ target triple = "aarch64--"
define void @add_s32_gpr() { ret void }
define void @add_s64_gpr() { ret void }
OpenPOWER on IntegriCloud