[llvm] [IR] Relax convergence requirements on call (PR #135794)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 19 02:57:49 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
----------------
ssahasra wrote:
> They don't directly relate to the verifer, but as convergence removal was not tested for those, I wanted to add those in the same context as a indication for the future person looking at this
Sounds good to me.
https://github.com/llvm/llvm-project/pull/135794
More information about the llvm-commits
mailing list