[PATCH] D121984: [RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 28 01:33:50 PDT 2022
MaskRay added a comment.
Ah, sorry, I did not see that the end state of @akuegel's 3 commits fixed the circular dependency.
However, I think my other concern still applies: the layering seems weird that the RISCV stuff is placed in LLVMSupport.
Any chance it can be fixed?
You may consider a more appropriate library and possibly let clang-tblgen depend on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121984/new/
https://reviews.llvm.org/D121984
More information about the cfe-commits
mailing list