Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microblaze: Fix -Os right shift optimization is allowed into delay slot
In picolibc testing it's found that this produces code that compiler squeezes into a single delay slot. And thus only the first instruction emitted by this optimization is run and the rest is skipped. Signed-off-by: Alp Sayin <[email protected]>
- Loading branch information