diff options
author | Arthur Eubanks <aeubanks@google.com> | 2020-08-03 13:46:11 -0700 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2020-08-26 15:51:30 -0700 |
commit | 486ed885339d70cd71ee55567282a43cce28d763 (patch) | |
tree | 15e8c14d02f28f386c670b511d7c1b5a2907775f /llvm/lib/CodeGen/MachineVerifier.cpp | |
parent | c55db4600b4bdc5664784983fefb82bd8189bafc (diff) | |
download | llvm-486ed885339d70cd71ee55567282a43cce28d763.zip llvm-486ed885339d70cd71ee55567282a43cce28d763.tar.gz llvm-486ed885339d70cd71ee55567282a43cce28d763.tar.bz2 |
[ConstProp] Remove ConstantPropagation
As discussed in
http://lists.llvm.org/pipermail/llvm-dev/2020-July/143801.html.
Currently no users outside of unit tests.
Replace all instances in tests of -constprop with -instsimplify.
Notable changes in tests:
* vscale.ll - @llvm.sadd.sat.nxv16i8 is evaluated by instsimplify, use a fake intrinsic instead
* InsertElement.ll - insertelement undef is removed by instsimplify in @insertelement_undef
llvm/test/Transforms/ConstProp moved to llvm/test/Transforms/InstSimplify/ConstProp
Reviewed By: lattner, nikic
Differential Revision: https://reviews.llvm.org/D85159
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions