This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Refactor instructions using SIMD immediates
ClosedPublic

Authored by evandro on Jan 30 2018, 5:24 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

evandro created this revision.Jan 30 2018, 5:24 PM
SjoerdMeijer added inline comments.Feb 7 2018, 12:58 PM
llvm/test/CodeGen/AArch64/neon-bitwise-instructions.ll
540 ↗(On Diff #132085)

drive-by comment: why are you changing the test?

The clean up looks very reasonable to me, but it's a big patch,
so I need some more time to digest the rest.

evandro marked an inline comment as done.Feb 7 2018, 2:35 PM
evandro added inline comments.
llvm/test/CodeGen/AArch64/neon-bitwise-instructions.ll
540 ↗(On Diff #132085)

Oops, it's a git leak. 🙂

SjoerdMeijer accepted this revision.Feb 12 2018, 5:27 AM

Looks like a reasonable clean up to me.

This revision is now accepted and ready to land.Feb 12 2018, 5:27 AM
This revision was automatically updated to reflect the committed changes.
evandro marked an inline comment as done.