diff options
author | Amara Emerson <amara@apple.com> | 2020-10-09 10:41:35 -0700 |
---|---|---|
committer | Amara Emerson <amara@apple.com> | 2020-10-15 15:51:44 -0700 |
commit | c2551c1f4058d2c3cc4964b1d1d0ca5946036f6c (patch) | |
tree | 8e61f47b6ec69aefaf26454713617ebda6cff3b3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | edbdea7466d25c5e4d9f73e3043ac87efe433193 (diff) | |
download | llvm-c2551c1f4058d2c3cc4964b1d1d0ca5946036f6c.zip llvm-c2551c1f4058d2c3cc4964b1d1d0ca5946036f6c.tar.gz llvm-c2551c1f4058d2c3cc4964b1d1d0ca5946036f6c.tar.bz2 |
[GlobalISel] Remove scalar src from non-sequential fadd/fmul reductions.
It's probably better to split these into separate G_FADD/G_FMUL + G_VECREDUCE
operations in the translator rather than carrying the scalar around. The
majority of the time it'll get simplified away as the scalars are probably
identity values.
Differential Revision: https://reviews.llvm.org/D89150
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions