[PATCH] D55565: [X86] Don't emit MULX by default with BMI2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 12:59:29 PST 2018


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

Stack folding test was moved to MIR in a separate commit. I also added a MULX32rr test case that was missing. So the stack folding test change is dropped from this patch.


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

https://reviews.llvm.org/D55565

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  test/CodeGen/X86/bmi2-x86_64.ll
  test/CodeGen/X86/bmi2.ll
  test/CodeGen/X86/i128-mul.ll
  test/CodeGen/X86/mulx32.ll
  test/CodeGen/X86/mulx64.ll
  test/CodeGen/X86/pr35636.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55565.177896.patch
Type: text/x-patch
Size: 29742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181212/82295417/attachment.bin>


More information about the llvm-commits mailing list