[llvm] [DAG] Make strictfp attribute only restricts for libm and make non-math optimizations possible (PR #165464)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 08:08:01 PST 2025
================
@@ -64,8 +64,9 @@ entry:
%str.addr = alloca ptr, align 4
store ptr %str, ptr %str.addr, align 4
%0 = load ptr, ptr %str.addr, align 4
- %call = call i32 @strlen(ptr noundef %0)
+ %call = call i32 @strlen(ptr noundef %0) #0
----------------
diggerlin wrote:
Whenever you have a moment, could you please take another look and let me know your thoughts —especially regarding the “bump” reference I mentioned?
Thanks for your time! @arsenm
https://github.com/llvm/llvm-project/pull/165464
More information about the llvm-commits
mailing list