[PATCH] D74750: [X86] Rewrite LowerBRCOND to remove dead code and handle ISD::SETCC and overflow ops directly.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 10:44:29 PST 2020


craig.topper updated this revision to Diff 245205.
craig.topper added a comment.

Move isOverflowIntrOpRes to SelectionDAGNodes.h including AArch64 where I copied it from.


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

https://reviews.llvm.org/D74750

Files:
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74750.245205.patch
Type: text/x-patch
Size: 15526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/2b864c34/attachment.bin>


More information about the llvm-commits mailing list