steplong added reviewers: hans, rnk, efriedma, thakis, mstorsjo.
steplong added a comment.

The generated assembly is a little different from MSVC's:

  MSVC                                                                          
LLVM
  __writex18byte:
                            strb    w1, [x18, x0]                             
strb    w1, [x18, w0, uxtw]
  __writex18word:
                            strh    w1, [x18, x0]                             
strh    w1, [x18, w0, uxtw #1]
  __writex18dword:
                            str     w1, [x18, x0]                              
str     w1, [x18, w0, uxtw #2]
  __writex18qword:
                            str     x1, [x18, x0]                              
str     x1, [x18, w0, uxtw #3]


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126023/new/

https://reviews.llvm.org/D126023

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to