[llvm] [DSE] Consider the aliasing through global variable while checking clobber (PR #120044)
Haopeng Liu via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 23:02:23 PST 2025
================
@@ -39,6 +39,26 @@ define i16 @p1_write_then_read_caller() {
ret i16 %l
}
+declare void @fn_capture(ptr noundef)
----------------
haopliu wrote:
Done.
https://github.com/llvm/llvm-project/pull/120044
More information about the llvm-commits
mailing list