[all-commits] [llvm/llvm-project] 635238: [Hexagon] Some HVX DAG combines
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Sep 14 16:10:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6352381039c43c66f01a23be19472f7e611ffcdf
https://github.com/llvm/llvm-project/commit/6352381039c43c66f01a23be19472f7e611ffcdf
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
Log Message:
-----------
[Hexagon] Some HVX DAG combines
1. VINSERTW0 x, undef -> x
2. VROR (VROR x, a), b) -> VROR x, a+b
More information about the All-commits
mailing list