Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 6f24b42

Browse files
MaskRayMatzeB
authored andcommitted
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343553 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c9c94cd commit 6f24b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGen/AArch64/sdag-store-merging-bug.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=isel | FileCheck %s
1+
; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=instruction-select | FileCheck %s
22
; Checks for a bug where selection dag store merging would construct wrong
33
; indices when extracting values from vectors, resulting in an invalid
44
; lane duplication in this case.

0 commit comments

Comments
 (0)