[PATCH] D18038: [mips] Remove unnecessary sign extension in atomics

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 06:53:56 PDT 2016


sdardis abandoned this revision.
sdardis added a comment.

Abandoned in favor of http://reviews.llvm.org/D18241 . We have to keep the sign extension for consistency with 32bit on 64bit, as ll sign extends its result. Other targets appear to be zero extending their results, so any existing bug there is probably latent.


http://reviews.llvm.org/D18038





More information about the llvm-commits mailing list