This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
ClosedPublic

Authored by tyomitch on Feb 25 2016, 11:50 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tyomitch updated this revision to Diff 49152.Feb 25 2016, 11:50 PM
tyomitch retitled this revision from to [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC).
tyomitch added a subscriber: llvm-commits.

I'm not an expert in PatFrag, but this looks like a good move. @t.p.northover?

I'm not an expert in PatFrag, but this looks like a good move. @t.p.northover?

Ping?

t.p.northover accepted this revision.Mar 8 2016, 7:32 AM
t.p.northover edited edge metadata.

Yep, looks like a good idea to me. They probably date from before SDPatternOperator was a thing.

Tim.

This revision is now accepted and ready to land.Mar 8 2016, 7:32 AM
This revision was automatically updated to reflect the committed changes.