[PATCH] D140302: [GlobalISel] [AArch64] Fold G_PTRTOINT(G_CONSTANT)

Andreu Carminati via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 06:58:44 PST 2022


andcarminati added a comment.

In D140302#4004906 <https://reviews.llvm.org/D140302#4004906>, @arsenm wrote:

> Where are these coming from? I thought we directly emitted pointer constants now?

Well, we have this folding implemented in our development branch (custom target) and we think it is interesting for AArch64 too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140302



More information about the llvm-commits mailing list