[all-commits] [llvm/llvm-project] d376b2: [Hexagon] Make HexagonSubtarget::isHVXVectorType t...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Oct 7 08:43:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d376b2667a559bf8af5dc43f1a118eb10538cea5
https://github.com/llvm/llvm-project/commit/d376b2667a559bf8af5dc43f1a118eb10538cea5
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
M llvm/lib/Target/Hexagon/HexagonSubtarget.h
Log Message:
-----------
[Hexagon] Make HexagonSubtarget::isHVXVectorType take EVT instead of MVT
EVT can be created for any Type, and so this function can now be used to
check if given Type, as-is, is an HVX type (as opposed to a type that may
be subject to legalization to an HVX type).
More information about the All-commits
mailing list