[llvm] [AMDGPU][MC] Disable sendmsg SYSMSG_OP_HOST_TRAP_ACK on gfx9+ (PR #90203)
Emma Pilkington via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 08:04:25 PDT 2024
================
@@ -41,3 +41,6 @@ global_load_dword v[2:3], off
scratch_load_dword v2, off, offset:256
// GFX9ERR: :[[@LINE-1]]:{{[0-9]+}}: error: too few operands for instruction
+
+s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_HOST_TRAP_ACK)
+// GFX9ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operation id
----------------
epilk wrote:
Sure, fixed in the update. I ended up doing a bit of refactoring to support this cleanly.
https://github.com/llvm/llvm-project/pull/90203
More information about the llvm-commits
mailing list