This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] allow and-not-compare transform to form 'bics'
ClosedPublic

Authored by spatel on Nov 29 2016, 12:04 PM.

Details

Summary

This target hook was added with D19087, and I expected AArch64 to enable it. But nobody has gotten to it yet, and this is blocking another and-not transform that I'd like to add.

Diff Detail

Repository
rL LLVM

Event Timeline

spatel updated this revision to Diff 79615.Nov 29 2016, 12:04 PM
spatel retitled this revision from to [AArch64] allow and-not-compare transform to form 'bics'.
spatel updated this object.
spatel added reviewers: t.p.northover, mcrosier, gberry.
spatel added a subscriber: llvm-commits.
evandro accepted this revision.Nov 29 2016, 12:30 PM
evandro added a reviewer: evandro.
evandro added a subscriber: evandro.
This revision is now accepted and ready to land.Nov 29 2016, 12:32 PM
This revision was automatically updated to reflect the committed changes.