[PATCH] D76523: [GlobalISel] Combine G_SELECTs of the form (cond ? x : x) into x

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 14:40:05 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:194
+>;
+
 // FIXME: These should use the custom predicate feature once it lands.
----------------
Organize this into an identity_combines?


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

https://reviews.llvm.org/D76523





More information about the llvm-commits mailing list