diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-02-08 22:46:38 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-02-08 22:46:38 +0000 |
| commit | c24d5e2819fda6643891d832249c325cfcc1ed5b (patch) | |
| tree | 9f9d8008499bfa11f93f29a7da477b90e8588d7e /llvm/test | |
| parent | da9e81c462fdebd93c78ab2aa54782840587e9f4 (diff) | |
| download | bcm5719-llvm-c24d5e2819fda6643891d832249c325cfcc1ed5b.tar.gz bcm5719-llvm-c24d5e2819fda6643891d832249c325cfcc1ed5b.zip | |
AMDGPU: Minor cleanups
Column limit, typo, unnecessary reference
llvm-svn: 324666
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll b/llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll index de5229e0550..47e6545d0a0 100644 --- a/llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll +++ b/llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll @@ -498,7 +498,7 @@ entry: ret void } -; GCN-LABEL: {{^}}sdwa_crash_inlineasm_de +; GCN-LABEL: {{^}}sdwa_crash_inlineasm_def: ; GCN: s_mov_b32 s{{[0-9]+}}, 0xffff ; GCN: v_and_b32_e32 v{{[0-9]+}}, s{{[0-9]+}}, v{{[0-9]+}} ; GCN: v_or_b32_e32 v{{[0-9]+}}, 0x10000, |

