[PATCH] D19719: [mips][atomics] Fix atomic instruction descriptions and uses.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 03:56:05 PDT 2016


dsanders added a comment.

In http://reviews.llvm.org/D19719#431942, @sdardis wrote:

> Addressed comments. Precommit testing caught using PTR_32/PTR_64 were InsnPredicates which clobber the ISA_MIPS* family of predicates. I've changed it to GPRPredicates, that ok?


It will need to be a new sub-list. Putting it in GPRPredicates will clobber GPR_32/GPR_64.


http://reviews.llvm.org/D19719





More information about the llvm-commits mailing list