[all-commits] [llvm/llvm-project] 6f44c7: [clang][CodeGen] Drop TBAA metadata emission on FP...
Ryotaro Kasuga via All-commits
all-commits at lists.llvm.org
Tue Jun 2 00:25:01 PDT 2026
Branch: refs/heads/users/kasuga-fj/interchange-fix-mem-call
Home: https://github.com/llvm/llvm-project
Commit: 6f44c750a1987b050490f9655dc88c0145a44813
https://github.com/llvm/llvm-project/commit/6f44c750a1987b050490f9655dc88c0145a44813
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c
M clang/test/CodeGen/math-libcalls-tbaa.c
Log Message:
-----------
[clang][CodeGen] Drop TBAA metadata emission on FP libcalls (#200752)
TBAA annotation on FP libcalls has been superseded by
recently-introduced `llvm.errno.tbaa` module-level metadata.
Commit: 2dbe949386c0334094dfeca430c1e511691c4040
https://github.com/llvm/llvm-project/commit/2dbe949386c0334094dfeca430c1e511691c4040
Author: Ryotaro Kasuga <kasuga.ryotaro at fujitsu.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c
M clang/test/CodeGen/math-libcalls-tbaa.c
Log Message:
-----------
Merge branch 'main' into users/kasuga-fj/interchange-fix-mem-call
Compare: https://github.com/llvm/llvm-project/compare/4b9fbfbf269c...2dbe949386c0
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list