[all-commits] [llvm/llvm-project] 74aab3: [TSan, NFC] Eliminate useless calculations in TSan...
Kunqiu Chen via All-commits
all-commits at lists.llvm.org
Mon Jun 23 00:24:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74aab3045d187ed76566fcdb5e9ce829afdbcdc1
https://github.com/llvm/llvm-project/commit/74aab3045d187ed76566fcdb5e9ce829afdbcdc1
Author: Kunqiu Chen <camsyn at foxmail.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_sync.cpp
Log Message:
-----------
[TSan, NFC] Eliminate useless calculations in TSan (#145283)
Previously, TSan repeatedly calculated some values in some cases, and
this change eliminates these duplicate calculations.
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