[PATCH] D89551: [AArch64] [TableGen] Clean up boolean tests

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 06:46:52 PDT 2020


Paul-C-Anagnostopoulos added a comment.

Yes, !if takes a boolean, so there is no need for things like !eq(s, 1). I'm finding these in one target at a time, while looking for places to use !not.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89551/new/

https://reviews.llvm.org/D89551



More information about the llvm-commits mailing list