Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The new predicate looks good. I only have a couple of nits (see below).
llvm/lib/Target/ARM/ARMScheduleA57.td | ||
---|---|---|
45–59 | I wonder if this could be formatted in a more readable way. | |
53–55 | What about the original isLdstScaledRegNotPlusLsl2 ? |
Comment Actions
Much better. Thanks a lot :)
Assuming that the new numbers are correct, then the patch looks good to me.
What about the original isLdstScaledRegNotPlusLsl2 ?
Is it still used by something else other than the scheduling model?
If not, then it should be removed.