summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-12-03 03:01:10 +0000
committerMatthias Braun <matze@braunis.de>2015-12-03 03:01:10 +0000
commit2fd672a221eb0b537615bfb9d42ce6a824f33dbc (patch)
treeed1ec739dea2cde10c16a87d6ab32bd7dbb76738 /llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll
parent311fef6ea523374d8ffc723fb124af178e435749 (diff)
downloadbcm5719-llvm-2fd672a221eb0b537615bfb9d42ce6a824f33dbc.tar.gz
bcm5719-llvm-2fd672a221eb0b537615bfb9d42ce6a824f33dbc.zip
Revert "ScheduleDAGInstrs: Rework schedule graph builder."
This works mostly fine but breaks some stage 1 builders when compiling compiler-rt on i386. Revert for further investigation as I can't see an obvious cause/fix. This reverts commit r254577. llvm-svn: 254586
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll b/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll
index 2e299e30b8c..6dc9d050eee 100644
--- a/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll
+++ b/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll
@@ -4,7 +4,7 @@
; FUNC-LABEL: {{^}}read_workdim:
; EG: MEM_RAT_CACHELESS STORE_RAW [[VAL:T[0-9]+\.X]]
-; EG: MOV * [[VAL]], KC0[2].Z
+; EG: MOV [[VAL]], KC0[2].Z
; SI-NOHSA: s_load_dword [[VAL:s[0-9]+]], s[0:1], 0xb
; VI-NOHSA: s_load_dword [[VAL:s[0-9]+]], s[0:1], 0x2c
OpenPOWER on IntegriCloud