[PATCH] D156315: [RFC][GlobalISel] Overhauled MIR Patterns Support for Combiners
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 13:45:49 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/match-table-variadics.td:28
+ (defs root:$a),
+ (match (G_UNMERGE_VALUES $a, $b, $c, $d)),
+ (apply [{ APPLY }])>;
----------------
How would I go about enforcing element types here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156315/new/
https://reviews.llvm.org/D156315
More information about the llvm-commits
mailing list