diff options
author | Ryotaro Kasuga <kasuga.ryotaro@fujitsu.com> | 2025-01-29 19:30:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 19:30:54 +0900 |
commit | 690f251063d64a59c0c8065dce7023f1916af17c (patch) | |
tree | c1299b3ffb87412000843c578ebda2f7b753feb6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 89ca3e72ca03efbbfb5ae9b1c71d81f2d1753521 (diff) | |
download | llvm-690f251063d64a59c0c8065dce7023f1916af17c.zip llvm-690f251063d64a59c0c8065dce7023f1916af17c.tar.gz llvm-690f251063d64a59c0c8065dce7023f1916af17c.tar.bz2 |
[LoopInterchange] Handle LE and GE correctly (#124901)
LoopInterchange have converted `DVEntry::LE` and `DVEntry::GE` in
direction vectors to '<' and '>' respectively. This handling is
incorrect because the information about the '=' it lost. This leads to
miscompilation in some cases. To resolve this issue, convert them to '*'
instead.
Resolve #123920
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions