[PATCH] D119578: [X86] selectLEAAddr - add X86ISD::SMUL/UMULO handling

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 12 05:19:05 PST 2022


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2787
       case X86ISD::UMUL:
+        /* TODO: These opcodes can be added safely, but we may want to justify
+               their inclusion for different reasons (better for reg-alloc).
----------------
Indent


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119578



More information about the llvm-commits mailing list