[PATCH] D134638: [Clang][LoongArch] Add inline asm support for constraints k/m/ZB/ZC

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 03:08:04 PDT 2022


SixWeining added a comment.

In D134638#3822926 <https://reviews.llvm.org/D134638#3822926>, @MaskRay wrote:

> `Constraint_k` somehow broke AArch64 and X86 inlineasm. Please run at least `check-llvm check-clang` for generic changes which may have farreaching effects to other targets.

Sorry for that. I have fix it. The fail is casued by a hard coded INLINEASM SDNode flag. I have updated it. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134638



More information about the llvm-commits mailing list