[all-commits] [llvm/llvm-project] 510a2b: [IR] Allow matching pointer to vector with opaque ...
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Tue Mar 22 09:35:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 510a2bbda4edd67e95d8797e748357fc9ceee484
https://github.com/llvm/llvm-project/commit/510a2bbda4edd67e95d8797e748357fc9ceee484
Author: Hendrik Greving <hgreving at google.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M llvm/lib/IR/Function.cpp
Log Message:
-----------
[IR] Allow matching pointer to vector with opaque pointers.
Allows for skipping the pointer to vector type if opaque pointers
are enabled and the matching pointer is a vector pointer when
matching an intrinsic signature in the verifier.
No test added since lacking a target using intrinsic with pointer
to vector arguments.
Differential Revision: https://reviews.llvm.org/D122203
More information about the All-commits
mailing list