[PATCH] D44053: Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 16:16:54 PST 2018
vsk created this revision.
vsk added reviewers: chandlerc, mzolotukhin, Gerolf, hfinkel.
Herald added a subscriber: mgorny.
AFAICT LoopInstSimplify is unused and untested. Reading through the
commit history the pass also seems to have a high maintenance burden.
Maybe it'd be best to retire the pass for now?
https://reviews.llvm.org/D44053
Files:
docs/ReleaseNotes.rst
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/LoopInstSimplify.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Feature/optnone-opt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44053.136878.patch
Type: text/x-patch
Size: 15121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180303/8e93c6e1/attachment.bin>
More information about the llvm-commits
mailing list