[PATCH] D40137: [ARM] 't' asm constraint should accept i32

Yi Kong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 13:53:50 PST 2017


kongyi added a comment.

In https://reviews.llvm.org/D40137#927870, @rengolin wrote:

> Is the T constraint only used for movs?


t   VFP floating-point registers s0-s31. Used for 32 bit values.
https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints


Repository:
  rL LLVM

https://reviews.llvm.org/D40137





More information about the llvm-commits mailing list