[PATCH] D71693: [NFC][PowerPC] Add a function tryAndWithMask

qshanz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 01:28:13 PST 2019


steven.zhang created this revision.
steven.zhang added reviewers: nemanjai, shchenz, jsji, hfinkel, PowerPC.
Herald added subscribers: wuzish, kbarton, hiraditya.
Herald added a project: LLVM.

I plan to add some more logic to optimize the code gen for "and" with mask. So, need to move all these logic into a function first and extend it later.


https://reviews.llvm.org/D71693

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71693.234676.patch
Type: text/x-patch
Size: 10044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191219/c126715d/attachment.bin>


More information about the llvm-commits mailing list