diff options
author | Philip Reames <listmail@philipreames.com> | 2022-01-11 12:33:44 -0800 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2022-01-11 12:55:59 -0800 |
commit | 75de92d3e25c4de3b208925d23f7304cc630f588 (patch) | |
tree | 54eff65775c5fe0d6db3fc8a3d15dda26d58d09d /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 6bf20aa59030175139853e48ccdfe31d718c1566 (diff) | |
download | llvm-75de92d3e25c4de3b208925d23f7304cc630f588.zip llvm-75de92d3e25c4de3b208925d23f7304cc630f588.tar.gz llvm-75de92d3e25c4de3b208925d23f7304cc630f588.tar.bz2 |
[DSE] Seperate malloc+memset -> calloc transform from noop store dedection [NFC]
This transformation has nothing to do with whether the store is a noop. The memset becomes a noop, but only after we replace the malloc with a calloc.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions