This patch adds a new matcher for single index InsertValue instructions,
similar to the existing matcher for ExtractValue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91352
[PatternMatch] Add single index InsertValue matcher. ClosedPublic Authored by fhahn on Nov 12 2020, 6:47 AM.
Details Summary This patch adds a new matcher for single index InsertValue instructions,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 12 2020, 7:17 AM
This revision was landed with ongoing or failed builds.Nov 12 2020, 1:27 PM Closed by commit rGc1f6f300404a: [PatternMatch] Add single index InsertValue matcher. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304957 llvm/include/llvm/IR/PatternMatch.h
llvm/unittests/IR/PatternMatch.cpp
|
Can these be Op0, Op1 instead?