[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 4 10:05:53 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/shift-combine.ll:271
; X32-NEXT: movl {{[0-9]+}}(%esp), %eax
+; X32-NEXT: shldl $8, %ecx, %eax
; X32-NEXT: incl %eax
----------------
This should be addressed by D75624
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