[PATCH] D59499: [MIPS] [microMIPS] Enable dynamic stack realignment.

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 07:38:20 PDT 2019


mbrkusanin added a comment.

>> We simply weaken the condition to not include micromips.
> 
> I guess you mean **mips16** not **micromips** in the comment to the patch. Right?

Sorry, my comment was confusing. I was referring to the line of code that I changed. It was checking if target had standard encoding (is **micromips* or **mips16**) and that was the condition that was weakened to only check if target is **mips16**.

I changed it to make it more clear. Hope it's alright now.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59499/new/

https://reviews.llvm.org/D59499





More information about the llvm-commits mailing list