- Remove defs when moving past the defining instruction, not right on it. If an instruction defines and uses a register its pressure is actually 2, not 0.
- Do not remove tied defs. If def is a tied operand it is not really a new def, just a redefinition.
Details
Details
- Reviewers
vpykhtin
Diff Detail
Diff Detail
- Repository
- rL LLVM