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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27221
[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
Event Timelinespatel updated this object. This revision is now accepted and ready to land.Nov 29 2016, 12:32 PM Closed by commit rL288206: [AArch64] allow and-not-compare transform to form 'bics' (authored by spatel). · Explain WhyNov 29 2016, 2:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79647 llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
llvm/trunk/test/CodeGen/AArch64/bics.ll
|