[all-commits] [llvm/llvm-project] f660af: [OpaquePtr] Support call instruction
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 23 11:18:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f660af46e3df342245b6a0aacd8989c5a2212552
https://github.com/llvm/llvm-project/commit/f660af46e3df342245b6a0aacd8989c5a2212552
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/test/Assembler/opaque-ptr.ll
Log Message:
-----------
[OpaquePtr] Support call instruction
Add support for call of opaque pointer, currently only possible for
indirect calls.
This requires a bit of special casing in LLParser, as calls do not
specify the callee operand type explicitly.
Differential Revision: https://reviews.llvm.org/D104740
More information about the All-commits
mailing list