In certain cases it is possible that transient instructions such as
%reg = IMPLICIT_DEF as a single instruction in a basic block to reach
the MipsHazardSchedule pass. This patch teaches MipsHazardSchedule to
properly look through such cases.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1670 Build 1670: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with a nit.
test/CodeGen/Mips/compactbranches/compact-branch-implicit-def.mir | ||
---|---|---|
11 | Nit: Unnecessary white space. |
Nit: Unnecessary white space.
There are some other unnecessary white spaces in the test case.