[all-commits] [llvm/llvm-project] ca688a: Revert "[LoopUnswitch] Fix incorrect Modified status"
David via All-commits
all-commits at lists.llvm.org
Thu Aug 20 02:15:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca688ae4975932f0566b113dad10a66db852259e
https://github.com/llvm/llvm-project/commit/ca688ae4975932f0566b113dad10a66db852259e
Author: David Stenberg <david.stenberg at ericsson.com>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
R llvm/test/Transforms/LoopUnswitch/convergent-hoist-modified.ll
R llvm/test/Transforms/LoopUnswitch/invoke-hoist-modified.ll
R llvm/test/Transforms/LoopUnswitch/optsize-hoist-modified.ll
Log Message:
-----------
Revert "[LoopUnswitch] Fix incorrect Modified status"
This reverts commit dfd447c22043b0a64bf1d146735ca33f926bd22d.
After I pushed this commit, llvm-sphinx-docs started failing, due to:
Warning, treated as error:
extension 'recommonmark' has no setup() function;
is it really a Sphinx extension module?
I don't see how this commit may have caused that, but I'm still
reverting it since I don't know how to proceed with that
troubleshooting.
More information about the All-commits
mailing list