This patch adds an option to enable/disable the ARM load/store optimization pass which I find useful when debugging with llc.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good to me. Just please, avoid using unnecessary curly brackets and add the comment to the boolean value before commit. Thanks!
lib/Target/ARM/ARMTargetMachine.cpp | ||
---|---|---|
359 | When this went in, the "true" value made a lot of sense, now, I'm failing to remember what was that all about. Can you add a comment like: (/* prealloc /* true)? |
Comment Actions
Hi Renato,
Thanks for the code review.
I've attached another patch with your suggested changes. I don't have commit access yet, so could you commit this one?
I'll go through the process today to get commit rights.
Thanks,
Ranjeet
When this went in, the "true" value made a lot of sense, now, I'm failing to remember what was that all about. Can you add a comment like: (/* prealloc /* true)?