[llvm] [AMDGPU][MC] Allow null where 128b or larger dst reg is expected (PR #115200)
Jun Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 14:59:00 PST 2024
================
@@ -9720,6 +9720,12 @@ unsigned AMDGPUAsmParser::validateTargetOperandClass(MCParsedAsmOperand &Op,
// The following code enables it for SReg_64 operands
// used as source and destination. Remaining source
// operands are handled in isInlinableImm.
+ //
+ // Additionally, allow null where destination of 128-bit or larger is
+ // expected.
----------------
jwanggit86 wrote:
done.
https://github.com/llvm/llvm-project/pull/115200
More information about the llvm-commits
mailing list