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

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 01:51:30 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
----------------
qcolombet wrote:

+1 on the description not being descriptive enough.

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


More information about the llvm-commits mailing list