diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2016-01-06 12:50:29 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2016-01-06 12:50:29 +0000 |
commit | bf894faa15a5802c914688112db62a112622d8d1 (patch) | |
tree | ff4dcb82f8d66e4412f00dc8d2c47b1e649ef257 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6fd916cd0c26da0f1371eeda51868cea480870c2 (diff) | |
download | bcm5719-llvm-bf894faa15a5802c914688112db62a112622d8d1.tar.gz bcm5719-llvm-bf894faa15a5802c914688112db62a112622d8d1.zip |
[LV] Avoid creating empty reduction entries (NFC)
This patch prevents us from unintentionally creating entries in the reductions
map for PHIs that are not actually reductions. This is currently not an issue
since we bail out if we encounter PHIs other than inductions or reductions.
However the behavior could become problematic as we add support for additional
recurrence types.
llvm-svn: 256930
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions