llvm-project
d7a388c3 - [AMDGPU] Pass MF into the SIInsertWaitcnts constructor. NFC. (#186369)

Commit
31 days ago
[AMDGPU] Pass MF into the SIInsertWaitcnts constructor. NFC. (#186369) Pass MF into the SIInsertWaitcnts constructor instead of the run method. This is more natural now that SIInsertWaitcnts is constructed once per MachineFunction and enables future cleanup by initializing more fields in the constructor that depend on MF.
Author
Parents
Loading