diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-03-14 21:52:13 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-03-14 21:52:13 +0000 |
commit | e85b06d65f695c576df1e529ee37cb15e6902401 (patch) | |
tree | 8cc427373ec791f148ac34dd3f8153e4b6727aed /llvm/test/CodeGen/AMDGPU | |
parent | ca5cc20e5163f0ee16a51832ac21ed5d6d20529f (diff) | |
download | bcm5719-llvm-e85b06d65f695c576df1e529ee37cb15e6902401.tar.gz bcm5719-llvm-e85b06d65f695c576df1e529ee37cb15e6902401.zip |
[CodeGen] Use MIR syntax for MachineMemOperand printing
Get rid of the "; mem:" suffix and use the one we use in MIR: ":: (load 2)".
rdar://38163529
Differential Revision: https://reviews.llvm.org/D42377
llvm-svn: 327580
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/extload-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/extload-align.ll b/llvm/test/CodeGen/AMDGPU/extload-align.ll index 4df4b265b23..ed6890e5c82 100644 --- a/llvm/test/CodeGen/AMDGPU/extload-align.ll +++ b/llvm/test/CodeGen/AMDGPU/extload-align.ll @@ -7,7 +7,7 @@ target datalayout = "A5" ; size and not 4 corresponding to the sign-extended size (i32). ; DEBUG: {{^}}# Machine code for function extload_align: -; DEBUG: mem:LD2[<unknown>(addrspace=5)] +; DEBUG: (load 2, addrspace 5) ; DEBUG: {{^}}# End machine code for function extload_align. define amdgpu_kernel void @extload_align(i32 addrspace(5)* %out, i32 %index) #0 { |