[PATCH] D19651: [mips][atomics] Fix partword atomic binary operation implementation
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 01:19:29 PDT 2016
sdardis added a comment.
Unfortunately this patch doesn't fix the issues Quentin pointed out. The instructions here are taking operands of an incorrect register class (GPR32Opnd) rather than GPR64Opnd. I'll submit a patch for that.
Repository:
rL LLVM
http://reviews.llvm.org/D19651
More information about the llvm-commits
mailing list