Adds patterns for:
add(x, cntp(p, p)) -> incp(x, p) sub(x, cntp(p, p)) -> decp(x, p)
Paths
| Differential D118567
[SVE] Extend isel pattern coverage for INCP & DECP. ClosedPublic Authored by paulwalker-arm on Jan 30 2022, 8:16 AM.
Details Summary Adds patterns for: add(x, cntp(p, p)) -> incp(x, p) sub(x, cntp(p, p)) -> decp(x, p)
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 31 2022, 4:36 AM This revision was landed with ongoing or failed builds.Jan 31 2022, 11:06 AM Closed by commit rG804915f5dca4: [SVE] Extend isel pattern coverage for INCP & DECP. (authored by paulwalker-arm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404620 llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-cntp-combine.ll
|