SIPreEmitPeephole does not process all terminators, which means
it can fail to handle SI_RETURN_TO_EPILOG if immediately preceeded
by a branch to the early exit block.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D85872
[AMDGPU] Fix missed SI_RETURN_TO_EPILOG in pre-emit peephole Authored by critson on Aug 12 2020, 8:54 PM.
Details SIPreEmitPeephole does not process all terminators, which means
Diff Detail
|