[llvm] [AMDGPU][MC] Disable sendmsg SYSMSG_OP_HOST_TRAP_ACK on gfx9+ (PR #90203)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 05:48:04 PDT 2024


================
@@ -1953,7 +1953,9 @@ bool isValidMsgOp(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI,
     return 0 <= OpId && isUInt<OP_WIDTH_>(OpId);
 
   if (MsgId == ID_SYSMSG)
----------------
arsenm wrote:

Braces 

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


More information about the llvm-commits mailing list