Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi dsl,
I like the fact that you are doing something about the compiler. It's lack of optimization astounds me. Have you done anything for load/stores for address whose top 16-bits are zero? I want to avoid the unnecessary movhi instn in this case and only use just a movi. Do you see a problem with this? I've never had to look inside gcc and the .md files, etc, but I think I can manage this change and I would like to consider a few others. Thanks, Peter