[PATCH] D11603: AMDGPU/SI: Remove unused pattern for f32 constant loads
Tom Stellard
thomas.stellard at amd.com
Thu Jul 30 09:11:05 PDT 2015
tstellarAMD updated this revision to Diff 31034.
tstellarAMD added a comment.
Moved _ci pattern to the correct patch.
http://reviews.llvm.org/D11603
Files:
lib/Target/AMDGPU/SIInstructions.td
Index: lib/Target/AMDGPU/SIInstructions.td
===================================================================
--- lib/Target/AMDGPU/SIInstructions.td
+++ lib/Target/AMDGPU/SIInstructions.td
@@ -2087,7 +2087,6 @@
>;
}
-defm : SMRD_Pattern <S_LOAD_DWORD_IMM, S_LOAD_DWORD_SGPR, f32>;
defm : SMRD_Pattern <S_LOAD_DWORD_IMM, S_LOAD_DWORD_SGPR, i32>;
defm : SMRD_Pattern <S_LOAD_DWORDX2_IMM, S_LOAD_DWORDX2_SGPR, v2i32>;
defm : SMRD_Pattern <S_LOAD_DWORDX4_IMM, S_LOAD_DWORDX4_SGPR, v4i32>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11603.31034.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150730/92227969/attachment.bin>
More information about the llvm-commits
mailing list