[PATCH] D75114: [DAG] MatchRotate - Add funnel shift by immediate support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 08:31:19 PDT 2020


RKSimon marked an inline comment as done.
RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/known-bits.ll:123
 ; X64-NEXT:    addq %rdi, %rsi
-; X64-NEXT:    adcl $0, %edx
+; X64-NEXT:    adcq $0, %rdx
 ; X64-NEXT:    shldq $54, %rsi, %rdx
----------------
lebedev.ri wrote:
> lebedev.ri wrote:
> > Demandedbits failure? (no longer narrowed into 32-bit)
> Still applicable
I'm still looking at the best way to handle overflow ops with SimplifyDemandedBits/ShrinkDemandedOp


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75114





More information about the llvm-commits mailing list