[all-commits] [llvm/llvm-project] 8ebdb5: [Hexagon] Remove redundant HVX intrinsic selection...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Apr 23 07:28:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ebdb58aac01484c68106f7566e6d163955ba540
https://github.com/llvm/llvm-project/commit/8ebdb58aac01484c68106f7566e6d163955ba540
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M llvm/lib/Target/Hexagon/CMakeLists.txt
M llvm/lib/Target/Hexagon/HexagonIntrinsics.td
R llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV65.gen.td
Log Message:
-----------
[Hexagon] Remove redundant HVX intrinsic selection patterns, NFC
Deleted HexagonMapAsm2IntrinV65.gen.td that wasn't included anywhere,
moved V6_vrmpy*_rtt* patterns to HexagonIntrinsics.td.
Touch CMakeLists.txt to force re-cmake (somehow the unused file was
listed as a dependency in the generated makefiles).
More information about the All-commits
mailing list