[PATCH] D157475: [GlobalISel] introduce MIFlag::NoConvergent
Yashwant Singh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 23:50:42 PDT 2023
yassingh added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h:151
+
+ bool IsConvergent = true;
};
----------------
Missed doc comment here
================
Comment at: llvm/test/CodeGen/MIR/AMDGPU/noconvergent.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -run-pass none -o - %s | FileCheck %s
----------------
Is this test auto updatable?
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