aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
diff options
context:
space:
mode:
authorCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>2024-04-08 05:31:56 +0100
committerGitHub <noreply@github.com>2024-04-08 05:31:56 +0100
commit739fa1c84b92b8af7dceedf2e5ad808a64e85a57 (patch)
tree8867e7dd223df8b54c8bda31c888693922e4fe8a /llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
parentcebf77fb936a7270c7e3fa5c4a7e76216321d385 (diff)
downloadllvm-739fa1c84b92b8af7dceedf2e5ad808a64e85a57.zip
llvm-739fa1c84b92b8af7dceedf2e5ad808a64e85a57.tar.gz
llvm-739fa1c84b92b8af7dceedf2e5ad808a64e85a57.tar.bz2
[indvars] Missing variables at Og: (#69920)
https://bugs.llvm.org/show_bug.cgi?id=51735 https://github.com/llvm/llvm-project/issues/51077 In the given test case: ``` 4 ... 5 void bar() { 6 int End = 777; 7 int Index = 27; 8 char Var = 1; 9 for (; Index < End; ++Index) 10 ; 11 nop(Index); 12 } 13 ... ``` Missing local variable `Index` after loop `Induction Variable Elimination`. When adding a breakpoint at line `11`, LLDB does not have information on the variable. But it has info on `Var` and `End`.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleSlotTracker.cpp')
0 files changed, 0 insertions, 0 deletions