[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


================
@@ -1989,7 +1989,8 @@ class TargetInstrInfo : public MCInstrInfo {
   /// True if the instruction is bound to the top of its basic block and no
   /// other instructions shall be inserted before it. This can be implemented
   /// to prevent register allocator to insert spills before such instructions.
----------------
rampitec wrote:

Reg needs to be described.

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


More information about the llvm-commits mailing list