"lldb/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b0916015aead352d441373db0c2ecbf06427a00d"
[MachineScheduler] Fix for PR21807: minor code difference building with/without -g.
This patch fixes the issue reported as PR21807. There was a minor difference in the generated code depending on the -g flag. The cause was that with -g the machine scheduler used a different scheduling strategy. This decision was based on the number of instructions in a schedule region and included debug instructions in that count. This patch fixes the issue in MISched and provides a test. Patch by Russell Gallop! llvm-svn: 224118
Loading
Please register or sign in to comment