[PATCH] D150666: [WIP][GlobalISel] Combiner Intrinsic Matching
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 00:16:14 PDT 2023
Pierre-vh added a comment.
In D150666#4345909 <https://reviews.llvm.org/D150666#4345909>, @arsenm wrote:
> I'm finding the lack of equivalent of ComplexPatterns and PatFrags to be frustrating. Should there be a new intermediate pattern source class to abstract over instructions?
These intrinsic patterns basically work as (match opcode + run c++ match logic) so we could definitely piggyback on top of it when it lands to add complex patterns that match any opcode + some C++ logic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150666/new/
https://reviews.llvm.org/D150666
More information about the llvm-commits
mailing list