diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2024-04-04 13:30:57 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2024-04-10 06:03:26 -0700 |
commit | 938a73422e0b964eba16f272acdfae1d0281772c (patch) | |
tree | 68bd13ae2c367a0b6ecefffc6cf72a5b5497c52d /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 54a9f0007cb4f19d2e9df30405c5027229f5def0 (diff) | |
download | llvm-938a73422e0b964eba16f272acdfae1d0281772c.zip llvm-938a73422e0b964eba16f272acdfae1d0281772c.tar.gz llvm-938a73422e0b964eba16f272acdfae1d0281772c.tar.bz2 |
[SLP][NFC]Walk over entries, not single values.
Better to walk over SLP nodes rather than single values. Matching
a value to a node is not a 1-to-1 relation, one value may be part of
several nodes and compiler may get wrong node, when trying to map it.
Currently there are no such issues detected, but they may appear in
future.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions