[PATCH] D45761: [Sparc] Fix addressing mode when using 64-bit values in inline assembly
Daniel Cederman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 23:28:58 PDT 2018
dcederman added a comment.
Thanks!
In https://reviews.llvm.org/D45761#1073006, @jyknight wrote:
> I wonder if the same bug exists on ARM, which has effectively the same code.
The ARM backend does not change addressing mode in its SelectInlineAsmMemoryOperand(), so I do not think it matters if it gets called or not. But I could create a similar patch for ARM.
Repository:
rL LLVM
https://reviews.llvm.org/D45761
More information about the llvm-commits
mailing list