[PATCH] D120476: [LoongArch] Add basic support to AsmParser
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 28 08:43:54 PST 2022
xen0n added inline comments.
================
Comment at: llvm/test/MC/LoongArch/ISA/Basic/Integer/invalid.s:171-172
+
+# Instruction not in the base ISA
+# TODO: Test instructions in LSX/LASX/LBT/LVZ after defined.
+
----------------
```
# Instructions outside the base ISA
# TODO: Test instructions in LSX/LASX/LBT/LVZ after their introduction.
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120476/new/
https://reviews.llvm.org/D120476
More information about the llvm-commits
mailing list