[AMDGPU][NFC] Refactor hazard recognition IsHazardFn and IsExpiredFn
Refactor IsHazardFn and IsExpiredFn to use constant references as these should not be mutating the instructions visited and the instruction can never be null. Reviewed By: foad Differential Revision: https://reviews.llvm.org/D101430
Loading
Please sign in to comment