[PATCH] D143838: [X86] Improve (select carry C1+1 C1)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 09:47:36 PST 2023


kazu updated this revision to Diff 497027.
kazu added a comment.

Added an assert expecting XOR or OR.

Replaced ConstantSDNode* with auto*.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143838

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/select_const.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143838.497027.patch
Type: text/x-patch
Size: 3797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230213/5bf5f3db/attachment-0001.bin>


More information about the llvm-commits mailing list