summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-10-02 00:22:51 +0000
committerFangrui Song <maskray@google.com>2018-10-02 00:22:51 +0000
commit03ee7b2b387e521efde4724dc51b14e67c9862b4 (patch)
tree2bd61dd5527a959a806ffc4ba96f127ddca37412
parent999b654f1de51a41270ef40635e634112503301b (diff)
[AArch64][DAGCombiner]: change -stop-after=isel to instruction-select
"isel" is registered by AMDGPU. The test will break if the AMDGPU target is not built.
-rw-r--r--llvm/test/CodeGen/AArch64/sdag-store-merging-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/sdag-store-merging-bug.ll b/llvm/test/CodeGen/AArch64/sdag-store-merging-bug.ll
index b2254c1b089..b12dc0933fc 100644
--- a/llvm/test/CodeGen/AArch64/sdag-store-merging-bug.ll
+++ b/llvm/test/CodeGen/AArch64/sdag-store-merging-bug.ll
@@ -1,4 +1,4 @@
-; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=isel | FileCheck %s
+; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=instruction-select | FileCheck %s
; Checks for a bug where selection dag store merging would construct wrong
; indices when extracting values from vectors, resulting in an invalid
; lane duplication in this case.