[llvm] [Attributor][FIX] Ensure to always translate call site arguments (PR #107323)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 20:27:49 PDT 2024
================
@@ -201,7 +201,7 @@ declare void @unknown_no_openmp() "llvm.assume"="omp_no_openmp"
; CHECK-NEXT: ret void
;
;
-; CHECK: Function Attrs: norecurse nosync nounwind allocsize(0) memory(read)
----------------
shiltian wrote:
If the PR is for better information in the presence of recursive call, why was this attribute dropped?
https://github.com/llvm/llvm-project/pull/107323
More information about the llvm-commits
mailing list