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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 09:22:08 PDT 2022


arsenm added a comment.

In D125212#3627989 <https://reviews.llvm.org/D125212#3627989>, @abinavpp wrote:

> - Rebase
> - Add the SelectionDAG implementation; Had to add this in the TreePredicateFn::hasPredCode() since the predicate was not added for intrinsics without it (due to the absence of IsAtomic?).

This shouldn't depend on the memory properties. This should work for any node


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