This is an archive of the discontinued LLVM Phabricator instance.

[ARM] [TableGen] Clean up !if(!eq(boolean, 1) and related booleans
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Oct 20 2020, 1:47 PM.

Details

Summary

With the addition of the !not operator to TableGen, I'm making a pass over all the targets to clean up the boolean expressions. This is the patch for the ARM.

Diff Detail

Event Timeline

Paul-C-Anagnostopoulos requested review of this revision.Oct 20 2020, 1:47 PM
lattner accepted this revision.Oct 20 2020, 1:51 PM

These seem obvious to me Paul, please feel free to move forward with similar cleanups without individual approval (according to your judgement) or in a single larger patch that touches everything at once.

This revision is now accepted and ready to land.Oct 20 2020, 1:51 PM

I figured this revision could sit here for 24 hours just to let the target owners know I was fooling in their backyard.

dmgreen accepted this revision.Oct 21 2020, 12:16 AM

Yeah, LGTM

This revision was landed with ongoing or failed builds.Oct 21 2020, 6:53 AM
This revision was automatically updated to reflect the committed changes.