[llvm] [DSE] Consider the aliasing through global variable while checking clobber (PR #120044)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 07:07:48 PST 2025
================
@@ -39,6 +39,26 @@ define i16 @p1_write_then_read_caller() {
ret i16 %l
}
+declare void @fn_capture(ptr noundef)
+; Function Attrs: mustprogress nounwind uwtable
----------------
nikic wrote:
Drop inaccurate Function Attrs comment.
https://github.com/llvm/llvm-project/pull/120044
More information about the llvm-commits
mailing list