[PATCH] D59310: [PowerPC] Fix issue with inline asm - soft float mode

Justin Hibbits via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 08:23:17 PDT 2019


jhibbits accepted this revision.
jhibbits added a comment.
This revision is now accepted and ready to land.

Reading through the diff again, closer, and checking the FreeBSD source, this is acceptable.  FreeBSD only uses the base register, and hard-codes register numbers, so doesn't go through float register allocation.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59310





More information about the llvm-commits mailing list