-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
Hello! During development of a TableGen IDE plugin I found that the following files:
- https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td
- https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
- https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV62.get.td
appear to be completely dead within the repository. I have then checked this separately by running the test suite after deleting them andgit greping for them.
Are these meant to be used or have they been forgotten to be deleted in a refactor?
Thanks!