LRA developed by Vladimir Makarov had read from uninitialized memory issue. I think this bug might also effect other Targets, because RA is so important phase during CodeGen.
Andreas fixed the issue for GCC 8.x, please review my backport for GCC 5.5, thanks a lot!
Hi @heiher
As PR83147 mentioned,
LRA developed by Vladimir Makarov had
read from uninitialized memory
issue. I think this bug might also effect other Targets, because RA is so important phase during CodeGen.Andreas fixed the issue for GCC 8.x, please review my backport for GCC 5.5, thanks a lot!
Regards, Leslie Zhai