[all-commits] [llvm/llvm-project] 116ee2: [bolt] std::atomic_uint64_t to std::atomic<uint64_t>
Sriraman Tallam via All-commits
all-commits at lists.llvm.org
Tue Jul 19 16:12:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 116ee23f4cc6e830dfc6e47cd792e2f014ae2ace
https://github.com/llvm/llvm-project/commit/116ee23f4cc6e830dfc6e47cd792e2f014ae2ace
Author: Sriraman Tallam <tmsriram at google.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M bolt/include/bolt/Passes/ShrinkWrapping.h
M bolt/lib/Passes/ShrinkWrapping.cpp
Log Message:
-----------
[bolt] std::atomic_uint64_t to std::atomic<uint64_t>
Differential Revision: https://reviews.llvm.org/D129903
More information about the All-commits
mailing list