[all-commits] [llvm/llvm-project] 1f9aaf: [IR] Remove getABITypeAlignment
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jun 12 08:11:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f9aaf5fb67d1d1fada20cb88993916720d7e09b
https://github.com/llvm/llvm-project/commit/1f9aaf5fb67d1d1fada20cb88993916720d7e09b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/include/llvm/IR/DataLayout.h
M llvm/lib/IR/DataLayout.cpp
Log Message:
-----------
[IR] Remove getABITypeAlignment
The last use of getABITypeAlignment was removed by:
commit 26bd6476c61f08fc8c01895caa02b938d6a37221
Author: Guillaume Chatelet <gchatelet at google.com>
Date: Fri Jan 13 15:05:24 2023 +0000
Differential Revision: https://reviews.llvm.org/D152670
Commit: 583371be4d341b92de8fe2fa0261b88c404ed31d
https://github.com/llvm/llvm-project/commit/583371be4d341b92de8fe2fa0261b88c404ed31d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/include/clang/Analysis/FlowSensitive/Value.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
Log Message:
-----------
[FlowSensitive] Use {DenseMapBase,StringMap}::lookup (NFC)
Compare: https://github.com/llvm/llvm-project/compare/9eea63bc9ccf...583371be4d34
More information about the All-commits
mailing list