This was causing two test failures when I applied D129208 to enable
extra verification of LiveIntervals:
LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking-wave32.mir LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir
Differential D147721
[AMDGPU] Fix a case of updating LiveIntervals in SIOptimizeExecMaskingPreRA foad on Apr 6 2023, 9:29 AM. Authored by
Details
This was causing two test failures when I applied D129208 to enable LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking-wave32.mir LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir
Diff Detail
Event TimelineComment Actions I assume D129208 is the test case for this, so it does not need any new tests?
Comment Actions
Yes that is my thinking. To test it in isolation I would need to tweak the RUN line in test/CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir to run another pass after si-optimize-exec-masking-pre-ra which depends on LiveIntervals having been preserved. I suppose I could try that, but it would become redundant again after D129208 lands.
|
Presumably this is just fixing an error in the original comment, i.e. NFC?