[PATCH] D51754: [X86] Remove isel patterns for ADCX instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 8 12:22:31 PDT 2018


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

Rebase after the other ADC changes that have gone in recently. Add a non-ADX command line to the stack folding test.

I've added a commuting and stack folding MIR test for the ADCX and ADOX instructions since we can't isel them.


Repository:
  rL LLVM

https://reviews.llvm.org/D51754

Files:
  lib/Target/X86/X86InstrArithmetic.td
  test/CodeGen/X86/adx-intrinsics-upgrade.ll
  test/CodeGen/X86/adx-intrinsics.ll
  test/CodeGen/X86/pr32282.ll
  test/CodeGen/X86/pr32284.ll
  test/CodeGen/X86/stack-folding-adx-x86_64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51754.164574.patch
Type: text/x-patch
Size: 27177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180908/9b3c96dd/attachment.bin>


More information about the llvm-commits mailing list