[llvm] [AMDGPU] RA inserted scalar instructions can be at the BB top (PR #72140)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 11:23:13 PST 2023


================
@@ -846,8 +846,10 @@ class MachineBasicBlock
 
   /// Return the first instruction in MBB after I that is not a PHI, label or
   /// debug.  This is the correct point to insert copies at the beginning of a
-  /// basic block.
-  iterator SkipPHIsLabelsAndDebug(iterator I, bool SkipPseudoOp = true);
+  /// basic block. The optional arg \p Reg would allow targets to apply some
----------------
rampitec wrote:

The description of Reg does not seem to describe anything. What is this register?

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


More information about the llvm-commits mailing list