[PATCH] D147157: [AMDGPU] Do not fix implicit vcc operand on INLINEASM

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 07:25:16 PDT 2023


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:7880
 
+  if (MI.isInlineAsm())
+    return;
----------------
Instead of blacklisting inlineasm I could whitelist VALU and SALU instructions. I'm not sure which is better.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147157/new/

https://reviews.llvm.org/D147157



More information about the llvm-commits mailing list