[PATCH] D123140: TableGen/GlobalISel: Make address space/align predicates consistent

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 17:52:47 PDT 2022


arsenm added a comment.

The problem is really the GlobalISel path doesn't have the equivalent checking done in TreePredicateFn::getPredCode(). I think the path of least resistance is to conform to the restrictions that enforces, and then start enforcing the same ones here


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

https://reviews.llvm.org/D123140



More information about the llvm-commits mailing list