[PATCH] D99033: GlobalISel: Constant fold G_PTR_ADD

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 10:23:21 PDT 2021


aemerson added a comment.

Relaxing G_ADD semantics seems fine to me. Maybe we should still canonicalize on G_PTR_ADD during translation, and allow targets to legalize them into plain G_ADDs.


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

https://reviews.llvm.org/D99033



More information about the llvm-commits mailing list