diff options
author | Alex MacLean <amaclean@nvidia.com> | 2024-09-17 15:31:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 15:31:28 -0700 |
commit | 790f2eb16a279f4cb4b57397fcafd5cadb49d6b7 (patch) | |
tree | 6d4e7b08636312246f13ea16b01897b63ece5380 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | b84663854859903c7b457b084d255a77405bd7a2 (diff) | |
download | llvm-790f2eb16a279f4cb4b57397fcafd5cadb49d6b7.zip llvm-790f2eb16a279f4cb4b57397fcafd5cadb49d6b7.tar.gz llvm-790f2eb16a279f4cb4b57397fcafd5cadb49d6b7.tar.bz2 |
[InstCombine] Avoid simplifying bitcast of undef to a zeroinitializer vector (#108872)
In some cases, if an undef value is the product of another instcombine
simplification, a bitcast of undef is simplified to a zeroinitializer
vector instead of undef.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions