[PATCH] D121984: [RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support

Adrian Kuegel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 01:33:42 PDT 2022


akuegel added a comment.

Yes, I believe the issue with the circular dependency was already fixed by my latest commit. Sorry for first committing the wrong fix (just removing the headers without checking that they were needed to pull in raw_ostream header transitively).
So if you apply my fix, you should be able to land this again (or just revert the revert).


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