[all-commits] [llvm/llvm-project] b26a27: [Hexagon] Move isTypeForHVX from Hexagon TTI to He...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Nov 2 12:01:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b26a2755dc107b2608bc9c6c3f8e952613760b46
https://github.com/llvm/llvm-project/commit/b26a2755dc107b2608bc9c6c3f8e952613760b46
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
M llvm/lib/Target/Hexagon/HexagonSubtarget.h
M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
Log Message:
-----------
[Hexagon] Move isTypeForHVX from Hexagon TTI to HexagonSubtarget, NFC
It's useful outside of Hexagon TTI, and with how TTI is implemented,
it is not accessible outside of TTI.
More information about the All-commits
mailing list