[llvm] [IR] Relax convergence requirements on call (PR #135794)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 05:13:59 PDT 2025
================
@@ -0,0 +1,92 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt %s -passes=adce -S | FileCheck %s
+
+; CHECK: Function Attrs: convergent
----------------
Keenuts wrote:
All the `CHECK` lines are generated by the script. Thanks, replaced --check-attributes with --check-globals, which indeed check the actual attributes.
https://github.com/llvm/llvm-project/pull/135794
More information about the llvm-commits
mailing list