[all-commits] [llvm/llvm-project] 460dfb: [OpaquePtr] Support VecOfAnyPtrsToElt intrinsics
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 1 11:35:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 460dfbd9f83f1178ee754e2734322ddacbd707f3
https://github.com/llvm/llvm-project/commit/460dfbd9f83f1178ee754e2734322ddacbd707f3
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M llvm/lib/IR/Function.cpp
M llvm/test/Verifier/opaque-ptr.ll
Log Message:
-----------
[OpaquePtr] Support VecOfAnyPtrsToElt intrinsics
In this case the pointer type is part of the mangled name, so we
can allow on opaque pointer outside --force-opaque-pointers mode
as well.
More information about the All-commits
mailing list