[PATCH] D88865: [GISel] Add combine for constant G_PTR_ADD offsets.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 07:46:01 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:536
     unmerge_zext_to_zext, trunc_ext_fold, trunc_shl,
-    constant_fp_op, xor_of_and_with_same_reg]>;
+    constant_fp_op, xor_of_and_with_same_reg, const_ptradd_to_i2p]>;
----------------
Do we not have a constant fold group? Probably should


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88865



More information about the llvm-commits mailing list