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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 12:31:13 PDT 2023


arsenm added a comment.

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)


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