[PATCH] D143018: [DAGCombiner][NFC] Factor out ByteProvider
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 10:41:55 PDT 2023
tschuett added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:8401
/// *ExtractVectorElement
-static const std::optional<ByteProvider>
+typedef SDNode *ByteSrc;
+
----------------
using SDByteProvider = ByteProvider<SDNode*>;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143018/new/
https://reviews.llvm.org/D143018
More information about the llvm-commits
mailing list