[all-commits] [llvm/llvm-project] af331e: [SelectionDAG] Rename memory VT argument for getMa...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jul 2 17:54:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af331e82845523751d39193ae657ca4f20ba1576
https://github.com/llvm/llvm-project/commit/af331e82845523751d39193ae657ca4f20ba1576
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SelectionDAG] Rename memory VT argument for getMaskedGather/getMaskedScatter from VT to MemVT.
Use getMemoryVT() in MGATHER/MSCATTER DAG combines instead of
using the passthru or store value VT for this argument.
More information about the All-commits
mailing list