[all-commits] [llvm/llvm-project] c60149: Revert "[Dominator] Add findNearestCommonDominator...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 6 08:36:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c60149b49e18a4cedc4c57d3bcb42d95061245f1
https://github.com/llvm/llvm-project/commit/c60149b49e18a4cedc4c57d3bcb42d95061245f1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/Dominators.h
M llvm/lib/Analysis/CaptureTracking.cpp
M llvm/lib/IR/Dominators.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Log Message:
-----------
Revert "[Dominator] Add findNearestCommonDominator() for Instructions (NFC)"
This reverts commit 7f0de9573f758f5f9108795850337a5acbd17eef.
This is missing handling for !isReachableFromEntry() blocks, which
may be relevant for some callers. Revert for now.
More information about the All-commits
mailing list