]> granicus.if.org Git - llvm/commit
Allow replaceAndRecursivelySimplify to list unsimplified visitees.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Aug 2019 13:22:30 +0000 (13:22 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 29 Aug 2019 13:22:30 +0000 (13:22 +0000)
commit1f7b67e04a2e4c8d21811c9d147be61c1ed07c24
treed88f1cb700ec1f7bf8a777d12062536ecf26f8dd
parent2f6b7cfb05371b1ac8dc9075042cac29ce9db3c2
Allow replaceAndRecursivelySimplify to list unsimplified visitees.

This is part of D65280 and split it to avoid ABI changes on the 9.0
release branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370355 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/InstructionSimplify.cpp