[PATCH] D146121: [DAG] Move lshr narrowing from visitANDLike to SimplifyDemandedBits
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 7 07:09:46 PDT 2023
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/h-register-addressing-64.ll:67
+; CHECK-NEXT: andl $2040, %esi # imm = 0x7F8
+; CHECK-NEXT: movzbl (%rdi,%rsi), %eax
; CHECK-NEXT: retq
----------------
RKSimon wrote:
> Regression (WIP)
I saw you removed WIP in the title. Are you not considering this as regression or you will do it as a follow up?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146121/new/
https://reviews.llvm.org/D146121
More information about the llvm-commits
mailing list