[all-commits] [llvm/llvm-project] d14f2a: [AMDGPU] Allow multiple uses of the same literal i...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu May 19 08:42:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d14f2a6359483730657b275d40822d1098e3ff51
https://github.com/llvm/llvm-project/commit/d14f2a6359483730657b275d40822d1098e3ff51
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/verify-duplicate-literal.mir
Log Message:
-----------
[AMDGPU] Allow multiple uses of the same literal in SOP2/SOPC
AMDGPUAsmParser::validateSOPLiteral already knew about this but
SIInstrInfo::verifyInstruction did not.
Differential Revision: https://reviews.llvm.org/D125976
More information about the All-commits
mailing list