We don't want to create vregs if there is nothing to use them for. That causes verifier errors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62740
[MIR-Canon] Don't do vreg skip for independent instructions if there are none. ClosedPublic Authored by plotfi on May 31 2019, 9:22 AM.
Details Summary We don't want to create vregs if there is nothing to use them for. That causes verifier errors.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 31 2019, 10:10 AM Closed by commit rL362247: [MIR-Canon] Don't do vreg skip for independent instructions if there are none. (authored by zer0). · Explain WhyMay 31 2019, 10:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202458 llvm/trunk/lib/CodeGen/MIRCanonicalizerPass.cpp
llvm/trunk/test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir
|