[PATCH] D89796: [AMDGPU] [TableGen] Clean up !if(!eq(boolean, 1) and related booleans

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 07:55:01 PDT 2020


Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle, tstellar, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
Paul-C-Anagnostopoulos requested review of this revision.
Herald added a subscriber: wdng.

After adding the !not operator, I'm making a pass over the various targets to clean up things like !if(!eq(boolean, 1) and !eq(boolean 0). I'm pushing patches one target at a time.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89796

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89796.299359.patch
Type: text/x-patch
Size: 7010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/7fac003d/attachment.bin>


More information about the llvm-commits mailing list