[all-commits] [llvm/llvm-project] 0ab4ed: [PatternMatch] Support matching intrinsics with 6 ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jun 9 08:01:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ab4edd02e867c3d3ebb6cb1c687092eefc6e15d
https://github.com/llvm/llvm-project/commit/0ab4edd02e867c3d3ebb6cb1c687092eefc6e15d
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
Log Message:
-----------
[PatternMatch] Support matching intrinsics with 6 arguments.
I couldn't find a generic intrinsic with 6 arguments in tree for a
unit test, but soon there will be one.
More information about the All-commits
mailing list