[all-commits] [llvm/llvm-project] e97524: [DFAJumpThreading] Mark DT as preserved in LegacyPM
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 2 12:13:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e97524cba2825ed412cd57a95a82c12ab439e171
https://github.com/llvm/llvm-project/commit/e97524cba2825ed412cd57a95a82c12ab439e171
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Log Message:
-----------
[DFAJumpThreading] Mark DT as preserved in LegacyPM
It is marked as preserved in NewPM, but not LegacyPM.
Commit: 84602f98c6d2df38275d36fd0009406defe3b627
https://github.com/llvm/llvm-project/commit/84602f98c6d2df38275d36fd0009406defe3b627
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Log Message:
-----------
[DFAJumpThreading] Remove unnecessary includes (NFC)
This file uses neither unordered_map nor unordered_set.
Compare: https://github.com/llvm/llvm-project/compare/ea9706626ce3...84602f98c6d2
More information about the All-commits
mailing list