[all-commits] [llvm/llvm-project] 079216: [Hexagon] Fix operation actions for v128f16
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Feb 8 15:40:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0792161c006a6a22f55c6bc85ac2fe257982c119
https://github.com/llvm/llvm-project/commit/0792161c006a6a22f55c6bc85ac2fe257982c119
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/test/CodeGen/Hexagon/autohvx/vector-load-store-basic.ll
Log Message:
-----------
[Hexagon] Fix operation actions for v128f16
There were more cases of operations that should have been "Custom" for
v128f16, but ended up "Legal" (e.g. load and store).
More information about the All-commits
mailing list