[PATCH] D45761: [Sparc] Fix addressing mode when using 64-bit values in inline assembly

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 18:48:35 PDT 2018


jyknight added a comment.

Looks reasonable to me -- SelectInlineAsmMemoryOperands is called in the equivalent generic INLINEASM select code so it makes sense to do so here too. I wonder if the same bug exists on ARM, which has effectively the same code.


Repository:
  rL LLVM

https://reviews.llvm.org/D45761





More information about the llvm-commits mailing list