[PATCH] D91084: [SVE][CodeGen] Add the ExtensionType flag to MGATHER
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 08:04:27 PST 2020
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, efriedma, craig.topper.
Herald added subscribers: llvm-commits, pengfei, psnobl, hiraditya, tschuett.
Herald added a project: LLVM.
kmclaughlin requested review of this revision.
Adds the ExtensionType flag, which reflects the LoadExtType of a MaskedGatherSDNode.
Updated SelectionDAGDumper::print_details so that details of the gather
load (is signed, is scaled & extension type) are printed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91084
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91084.303873.patch
Type: text/x-patch
Size: 10314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201109/decda892/attachment.bin>
More information about the llvm-commits
mailing list