[PATCH] D157475: [GlobalISel] introduce MIFlag::NoConvergent
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 13:32:06 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineVerifier.cpp:1821-1822
+ if (MI->getFlag(MachineInstr::NoConvergent)) {
+ if (!MCID.isConvergent()) {
+ report(
----------------
&&
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