Details
Details
Diff Detail
Diff Detail
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–51 | 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.
I wonder if this could be formatted in a more readable way.
Maybe the CheckNot could go to a new line.
The last line might be split into multiple lines maybe. The >]>]>> sequence is not very nice.