[PATCH] D60358: [TargetLowering][X86][AArch64] Teach SimplifyDemandedBits to use ShrinkDemandedOp on ISD::SHL nodes.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 01:19:50 PDT 2019
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/zext-logicop-shift-load.ll:26
+; CHECK-NEXT: andl $60, %eax
+; CHECK-NEXT: addq %rdi, %rax
; CHECK-NEXT: retq
----------------
Are you looking at this as a followup?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60358/new/
https://reviews.llvm.org/D60358
More information about the llvm-commits
mailing list