[PATCH] D155472: [DAG] Attempt shl narrowing in SimplifyDemandedBits (WIP)

Zhenkai Weng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 20 14:39:20 PDT 2023


oakrc added a comment.

In D155472#4601726 <https://reviews.llvm.org/D155472#4601726>, @RKSimon wrote:

> @oakrc Nice! By caller-saved GPR contents do you mean intermediate register values? That should be expected as SimplifyDemandedBits can lead to undemanded bits from each register value changing.

Yeah, the discrepancy just shows that the script works, and it doesn't say there's anything wrong with the lowering code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155472



More information about the llvm-commits mailing list