a fix to https://bugs.llvm.org//show_bug.cgi?id=32987
test review link: https://reviews.llvm.org/D33040
Differential D33039
[inline asm] dot operator while using imm generates wrong ir + asm • zizhar on May 10 2017, 7:13 AM. Authored by
Details a fix to https://bugs.llvm.org//show_bug.cgi?id=32987 test review link: https://reviews.llvm.org/D33040
Diff Detail
Event TimelineComment Actions Looks good. I would recommend using the github monorepo to send and submit patches that cross clang and LLVM: http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo It should make it easier to review and submit these kinds of changes. In the glorious future, if you are serious about improving the ms/Intel inline asm parser, we should come up with a test frontend so that we can move most of these tests back into LLVM. Until that day, I recommend the monorepo. :) |