[PATCH] D84909: [GISel] Add combiners for G_INTTOPTR and G_PTRTOINT

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 11:55:47 PDT 2020


paquette added inline comments.


================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:293
     combines_for_extload, combine_indexed_load_store, undef_combines,
-    identity_combines, simplify_add_to_sub]>;
+    identity_combines, simplify_add_to_sub, p2i_to_i2p, i2p_to_p2i]>;
----------------
Maybe put these under identity_combines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84909



More information about the llvm-commits mailing list