diff options
author | Matthias Braun <matze@braunis.de> | 2015-12-03 03:01:10 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-12-03 03:01:10 +0000 |
commit | 2fd672a221eb0b537615bfb9d42ce6a824f33dbc (patch) | |
tree | ed1ec739dea2cde10c16a87d6ab32bd7dbb76738 /llvm/test/CodeGen/AMDGPU/or.ll | |
parent | 311fef6ea523374d8ffc723fb124af178e435749 (diff) | |
download | bcm5719-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/or.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/or.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/or.ll b/llvm/test/CodeGen/AMDGPU/or.ll index e40f18f040b..1c04090b407 100644 --- a/llvm/test/CodeGen/AMDGPU/or.ll +++ b/llvm/test/CodeGen/AMDGPU/or.ll @@ -153,7 +153,7 @@ define void @trunc_i64_or_to_i32(i32 addrspace(1)* %out, i64 %a, i64 %b) { } ; FUNC-LABEL: {{^}}or_i1: -; EG: OR_INT * {{\** *}}T{{[0-9]+\.[XYZW], PS, PV\.[XYZW]}} +; EG: OR_INT {{\** *}}T{{[0-9]+\.[XYZW], PV\.[XYZW], PS}} ; SI: s_or_b64 s[{{[0-9]+:[0-9]+}}], vcc, s[{{[0-9]+:[0-9]+}}] define void @or_i1(i32 addrspace(1)* %out, float addrspace(1)* %in0, float addrspace(1)* %in1) { |