[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 13 11:16:03 PDT 2019


jhibbits added a comment.

I really don't like this.  It should be possible to mix soft-float, Altivec, VSX, and SPE in the same file using inline asm.  I put a check in for SPE codegen specifically to permit inline asm for other floating point models.

What is the motivation for adding this?


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