- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15k
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!