[all-commits] [llvm/llvm-project] 8bee4d: Revert "[LoopDeletion] Allows deletion of possibly...
shaurya gupta via All-commits
all-commits at lists.llvm.org
Thu Dec 31 03:48:23 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bee4d4e8f54b5f28b9117b552d3b2c655ff129b
https://github.com/llvm/llvm-project/commit/8bee4d4e8f54b5f28b9117b552d3b2c655ff129b
Author: Bogdan Graur <bgraur at google.com>
Date: 2020-12-31 (Thu, 31 Dec 2020)
Changed paths:
M clang/test/Misc/loop-opt-setup.c
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
R llvm/test/Transforms/LoopDeletion/mustprogress.ll
M llvm/test/Transforms/LoopDeletion/no-exit-blocks.ll
Log Message:
-----------
Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops"
Test clang/test/Misc/loop-opt-setup.c fails when executed in Release.
This reverts commit 6f1503d59854b331f1f970d39839619b0a26bbc7.
Reviewed By: SureYeaah
Differential Revision: https://reviews.llvm.org/D93956
More information about the All-commits
mailing list