[all-commits] [llvm/llvm-project] 9fe6f3: [LegalizeVectorOps] Only pass SDNode* instead SDVa...
topperc via All-commits
all-commits at lists.llvm.org
Sat Jan 11 11:41:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9fe6f36c1a909e381275f897b780a9c878fab94a
https://github.com/llvm/llvm-project/commit/9fe6f36c1a909e381275f897b780a9c878fab94a
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-01-11 (Sat, 11 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
Log Message:
-----------
[LegalizeVectorOps] Only pass SDNode* instead SDValue to all of the Expand* and Promote* methods.
All the Expand* and Promote* function assume they are being
called with result 0 anyway. Just hardcode result 0 into them.
More information about the All-commits
mailing list