[PatternMatch] Add support for matching intrinsics with 5 operands.
authorFlorian Hahn <flo@fhahn.com>
Mon, 2 Dec 2019 15:29:53 +0000 (15:29 +0000)
committerFlorian Hahn <flo@fhahn.com>
Mon, 2 Dec 2019 15:38:22 +0000 (15:38 +0000)
commitaca7aab90d79df08ecadde798e2172f4995ab601
tree43d3ee96be44c19ad2adf845ec63a91044bdf9b5
parent96552036e307f7b0dd6477583c3fdb7de17e8aac
[PatternMatch] Add support for matching intrinsics with 5 operands.

Summary: Also adds a test to the pattern matching unit tests.

Reviewers: spatel, craig.topper, RKSimon, majnemer, lebedev.ri

Reviewed By: spatel

Subscribers: merge_guards_bot, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70892
llvm/include/llvm/IR/PatternMatch.h
llvm/unittests/IR/PatternMatch.cpp