[PATCH] D49218: [Sparc] Use the IntPair reg class for r constraints with value type f64

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 20:03:38 PDT 2018


jrtc27 added a comment.

What happens to this test case on sparc64? Does something else complain earlier that "r" shouldn't be used for floats, or does it try to use a pair of "32-bit" integer registers even though they're 64-bit?


Repository:
  rL LLVM

https://reviews.llvm.org/D49218





More information about the llvm-commits mailing list