[PATCH] D106210: [MS] Preserve base register %esi around movs[bwl]

2021-07-18 Thread namazso via Phabricator via cfe-commits
namazso added a comment. i'd prefer it as just namazso with email ad...@namazso.eu Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106210/new/ https://reviews.llvm.org/D106210 ___ cfe-commits mailing list

[PATCH] D106210: [MS] Preserve base register %esi around movs[bwl]

2021-07-17 Thread namazso via Phabricator via cfe-commits
namazso added a comment. I don't have commit access, could someone commit this for me? Thanks in advance. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106210/new/ https://reviews.llvm.org/D106210 ___ cf

[PATCH] D106210: [MS] Preserve base register %esi around movs[bwl]

2021-07-17 Thread namazso via Phabricator via cfe-commits
namazso updated this revision to Diff 359550. namazso added a comment. fix linter warnings, update tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106210/new/ https://reviews.llvm.org/D106210 Files: clang/lib/Headers/intrin.h clang/test/Co

[PATCH] D106210: [MS] Preserve base register %esi around movs[bwl]

2021-07-16 Thread namazso via Phabricator via cfe-commits
namazso created this revision. namazso added a project: clang. namazso requested review of this revision. Herald added a subscriber: cfe-commits. fix for behavior reported in https://bugs.llvm.org/show_bug.cgi?id=51100 workaround for root cause https://bugs.llvm.org/show_bug.cgi?id=16830 Reposi