[PATCH] D125212: [GlobalISel] Implement the HasNoUse builtin predicate

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 11:39:58 PDT 2022


abinavpp added inline comments.


================
Comment at: llvm/include/llvm/Target/TargetSelectionDAG.td:803
 
+  // TODO: Support this in SelectionDAG.
+  // If set to true, a predicate is added that checks for the absence of use of
----------------
arsenm wrote:
> Not sure how you can avoid supporting it here?
I assume we're good with the changes for GlobalISel (including D128241 and D125213). Should I add the SelectionDAG support in this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125212



More information about the llvm-commits mailing list