[PATCH] D72237: [LegalizeVectorOps] Expand MERGE_VALUES created by custom legalization immediately
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 16:53:46 PST 2020
craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel, efriedma, arsenm.
Herald added subscribers: hiraditya, wdng.
Herald added a project: LLVM.
craig.topper abandoned this revision.
This matches what we do in LegalizeDAG. This is based on D72224 <https://reviews.llvm.org/D72224>. I had to modify the Custom handling code from that again to support MERGE_VALUES being disintegrated.
https://reviews.llvm.org/D72237
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72237.236276.patch
Type: text/x-patch
Size: 30614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/c7b4f497/attachment.bin>
More information about the llvm-commits
mailing list