[llvm] [SPIR-V][Codegen] Add isPhi bit to MCInstrDesc/MIR definitions (PR #110019)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 12:45:58 PDT 2024


================
@@ -187,6 +187,7 @@ enum Flag {
   Trap,
   VariadicOpsAreDefs,
   Authenticated,
+  Phi,
----------------
arsenm wrote:

These bits are precious and it would be best to avoid spending one on this 

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


More information about the llvm-commits mailing list