steplong added reviewers: hans, mstorsjo, rnk, efriedma, thakis. steplong added a comment.
Like D126023 <https://reviews.llvm.org/D126023>, the generated assembly for MSVC is slightly different: MSVC LLVM __readx18byte: ldrb w0, [x18, x0] ldrb w0, [x18, w0, uxtw] __readx18word: ldrh w0, [x18, x0] ldrh w0, [x18, w0, uxtw #1] __readx18dword: ldr w0, [x18, x0] ldr w0, [x18, w0, uxtw #2] __readx18qword: ldr x0, [x18, x0] ldr x0, [x18, w0, uxtw #3] Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126024/new/ https://reviews.llvm.org/D126024 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits