]> granicus.if.org Git - llvm/commit
Remove the EnableEarlyCSEMemSSA set of options from the legacy
authorEric Christopher <echristo@gmail.com>
Fri, 19 Apr 2019 22:18:53 +0000 (22:18 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 19 Apr 2019 22:18:53 +0000 (22:18 +0000)
commit2a0fb965ac56a19da97044985b9010e3e0072b1b
tree27b1603447b0d5c651010b60b870e2cbefe08835
parent00af5211667c4525a20a633bdd722d76e0ae5591
Remove the EnableEarlyCSEMemSSA set of options from the legacy
and new pass managers. They were default to true and not being
used.

Differential Revision: https://reviews.llvm.org/D60747

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Passes/PassBuilder.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp