[PATCH] D157475: [GlobalISel] introduce MIFlag::NoConvergent

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 21:50:14 PDT 2023


sameerds added a comment.

In D157475#4574293 <https://reviews.llvm.org/D157475#4574293>, @arsenm wrote:

> I have a mostly updated copy of the noconvergent patch, fixing the remaining tests seems permanently stuck as the #3 thing on my todo list. I've also been debating splitting the existing isConvergent MI property into two halves (doesn't really matter for this patch, it's a lot easier to change MI flags than IR ones)

It's not clear whether you want me to hold this change, or change it in some way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157475



More information about the llvm-commits mailing list