[all-commits] [llvm/llvm-project] 9181ab: [NFC]] Use llvm::all_of instead of std::all_of
LiqinWeng via All-commits
all-commits at lists.llvm.org
Mon Aug 22 21:34:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9181ab9223e13d8e2294bf34a0a65fa19d734857
https://github.com/llvm/llvm-project/commit/9181ab9223e13d8e2294bf34a0a65fa19d734857
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/lib/Analysis/TypeMetadataUtils.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
Log Message:
-----------
[NFC]] Use llvm::all_of instead of std::all_of
Reviewed By: kazu
Differential Revision: https://reviews.llvm.org/D131886
Commit: eaa539afa16ef4968e545d0d74d769cdd04646f5
https://github.com/llvm/llvm-project/commit/eaa539afa16ef4968e545d0d74d769cdd04646f5
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[LV][NFC] Modify code comments
Reviewed By: jacquesguan
Differential Revision: https://reviews.llvm.org/D132093
Compare: https://github.com/llvm/llvm-project/compare/47e70569fc35...eaa539afa16e
More information about the All-commits
mailing list