Andrew Stubbs
2018-10-05 13:04:32 UTC
I just tracked down a "reload" bug and was very surprised to find that
can_create_pseudo_p doesn't return false during register allocation when
using LRA.
It's still defined like this:
#define can_create_pseudo_p() (!reload_in_progress && !reload_completed)
Is it deliberate that it doesn't check lra_in_progress?
Thanks
Andrew
can_create_pseudo_p doesn't return false during register allocation when
using LRA.
It's still defined like this:
#define can_create_pseudo_p() (!reload_in_progress && !reload_completed)
Is it deliberate that it doesn't check lra_in_progress?
Thanks
Andrew