diff options
author | Philip Reames <listmail@philipreames.com> | 2022-03-28 19:28:13 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2022-03-28 20:10:13 -0700 |
commit | 7d6e8f2a96a228b8f30ee7fe472157c00d3a57af (patch) | |
tree | d7785eb8838b335735ab512cae6ae86a50daf8e6 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 0217d1178b9f0ed21103a0f4c9d8c77fe60f0d38 (diff) | |
download | llvm-7d6e8f2a96a228b8f30ee7fe472157c00d3a57af.zip llvm-7d6e8f2a96a228b8f30ee7fe472157c00d3a57af.tar.gz llvm-7d6e8f2a96a228b8f30ee7fe472157c00d3a57af.tar.bz2 |
[slp] Delete dead scalar instructions feeding vectorized instructions
If we vectorize a e.g. store, we leave around a bunch of getelementptrs for the individual scalar stores which we removed. We can go ahead and delete them as well.
This is purely for test output quality and readability. It should have no effect in any sane pipeline.
Differential Revision: https://reviews.llvm.org/D122493
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions