mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 10:17:36 +00:00
[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. llvm-svn: 343553
This commit is contained in:
parent
a25e5767e8
commit
142ed93b5f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user