[all-commits] [llvm/llvm-project] c1f6f3: [PatternMatch] Add single index InsertValue matcher.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Nov 12 13:27:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c1f6f300404a7c948f849d59f555ce138456a0e5
https://github.com/llvm/llvm-project/commit/c1f6f300404a7c948f849d59f555ce138456a0e5
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/unittests/IR/PatternMatch.cpp
Log Message:
-----------
[PatternMatch] Add single index InsertValue matcher.
This patch adds a new matcher for single index InsertValue instructions,
similar to the existing matcher for ExtractValue.
Reviewed By: lebedev.ri
Differential Revision: https://reviews.llvm.org/D91352
More information about the All-commits
mailing list