[llvm] [AMDGPU][MC] Allow null where 128b or larger dst reg is expected (PR #115200)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 11:21:18 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.
+  case MCK_SReg_128:
----------------
arsenm wrote:

Missing the 96-bit case 

https://github.com/llvm/llvm-project/pull/115200


More information about the llvm-commits mailing list