[PATCH] D18995: [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctly

Zoran Jovanovic via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 00:54:07 PDT 2016


zoran.jovanovic added a comment.

As stated in description of the patch it is new revision of: http://reviews.llvm.org/D13649, which was created by Jelena Losic, and all following revisions were based on received comments.
This revision is based on latest set of comments received on http://reviews.llvm.org/D13649.
I do believe that it produces correct output.
Also, I do agree that particular issue can be fixed by only changing type of alignedaddr pseudo to i64 when pointers are 64 bit.
I will prepare new patch version that handles issue in that manner.


http://reviews.llvm.org/D18995





More information about the llvm-commits mailing list