[all-commits] [llvm/llvm-project] e5f2b0: [OpaquePtr] Support invoke instruction
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 23 11:25:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5f2b035dd8ff5cce3e12d5ab7e478f7e66b9117
https://github.com/llvm/llvm-project/commit/e5f2b035dd8ff5cce3e12d5ab7e478f7e66b9117
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/test/Assembler/opaque-ptr.ll
Log Message:
-----------
[OpaquePtr] Support invoke instruction
With call support in place, this is only a matter of relaxing a
bitcode reader assertion.
More information about the All-commits
mailing list