[all-commits] [llvm/llvm-project] 143f3b: [SDAG] Split handling of VPLoad/VPGather and VPSto...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Sep 21 09:06:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 143f3bf8f422af962761b1bb1f2875a6d30b25eb
https://github.com/llvm/llvm-project/commit/143f3bf8f422af962761b1bb1f2875a6d30b25eb
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Log Message:
-----------
[SDAG] Split handling of VPLoad/VPGather and VPStore/VPScatter [nfc]
The merged routines are not-idiomatic, and the code sharing that results is prettty minimal. The confusion factor is not justified.
More information about the All-commits
mailing list