[PATCH] D17079: [mips] Added -gpsize=0 to a test case as this is required in order to emit the same code as GAS.

Scott Egerton via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 02:10:15 PDT 2016


s.egerton added a comment.

Currently dla instructions on 32-bit do not support using the 'at' register. The behavior is different to GAS unless using the -gpsize=0 option as the behavior without this option has not yet been implemented.


http://reviews.llvm.org/D17079





More information about the llvm-commits mailing list