aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorValentin Clement (バレンタイン クレメン) <clementval@gmail.com>2024-05-07 08:29:21 -0700
committerGitHub <noreply@github.com>2024-05-07 08:29:21 -0700
commitf72454086af9d3f91a86e10dc1923849c5f670a8 (patch)
treeaa204689761b0010a0ccd564f5d3b4b0dd5a7348 /clang/lib/Frontend/CompilerInvocation.cpp
parentd5cabf8d89a5f5faa5255283821cb080bebbff86 (diff)
downloadllvm-f72454086af9d3f91a86e10dc1923849c5f670a8.zip
llvm-f72454086af9d3f91a86e10dc1923849c5f670a8.tar.gz
llvm-f72454086af9d3f91a86e10dc1923849c5f670a8.tar.bz2
[flang][cuda] Fix retrieval of nested evaluation in cuf kernel (#91298)
`loopEval` was declared inside the for loop to iterate over the nested loops so the same loop control was redeclared for each level of the loop nest. Make sure we are iterating over all the loops by putting `loopEval` declaration ouside of the for loop.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions