[all-commits] [llvm/llvm-project] 0fd1e9: [LegacyPM] Remove unused declaration initializeAnn...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jun 23 01:32:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fd1e93bd76f5f96327df967db703c873a177d94
https://github.com/llvm/llvm-project/commit/0fd1e93bd76f5f96327df967db703c873a177d94
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
Log Message:
-----------
[LegacyPM] Remove unused declaration initializeAnnotation2MetadataLegacyPass
The corresponding function definition was removed by:
commit 773d663e4729f55d23cb04f78a9d003643f2cb37
Author: Arthur Eubanks <aeubanks at google.com>
Date: Mon Feb 27 19:00:37 2023 -0800
Commit: 2764322912c1fe767831ebfd195118e8534e21aa
https://github.com/llvm/llvm-project/commit/2764322912c1fe767831ebfd195118e8534e21aa
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[LegacyPM] Remove LowerMatrixIntrinsicsLegacyPass and LowerMatrixIntrinsicsMinimalLegacyPass
Differential Revision: https://reviews.llvm.org/D153615
Compare: https://github.com/llvm/llvm-project/compare/248b85344b08...2764322912c1
More information about the All-commits
mailing list