"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c42d7951f22029856a8585b3e3b3be473e6dd1f7"
[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