-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
TBAAType-Based Alias Analysis / Strict AliasingType-Based Alias Analysis / Strict AliasingquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
See https://godbolt.org/z/nc5E4js4Y
%call = tail call double @cos(double noundef %x) #2, !dbg !18, !tbaa !19
!19 = !{!20, !20, i64 0}
!20 = !{!"int", !21, i64 0}
This should have double not int as the tbaa on it, no?
possibly related: #100302
Metadata
Metadata
Assignees
Labels
TBAAType-Based Alias Analysis / Strict AliasingType-Based Alias Analysis / Strict AliasingquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!