[PATCH] D134638: [Clang][LoongArch] Add inline asm support for constraints k/m/ZB/ZC
WÁNG Xuěruì via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 03:42:13 PDT 2022
xen0n added a comment.
The previous test results (with some of my WIP patches but unrelated to this) before the fix:
Failed Tests (6):
LLVM :: CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
LLVM :: CodeGen/AMDGPU/GlobalISel/irtranslator-inline-asm.ll
LLVM :: CodeGen/Generic/vector.ll
LLVM :: CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
LLVM :: CodeGen/X86/callbr-asm-kill.mir
LLVM :: DebugInfo/Generic/missing-abstract-variable.ll
Sure enough it was caught by my native build with all targets enabled, anyway it's important to at least enable the "big" targets such as X86 and AArch64 when configuring the local dev env. ;-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134638/new/
https://reviews.llvm.org/D134638
More information about the cfe-commits
mailing list