[all-commits] [llvm/llvm-project] 979166: [IR] Support ifuncs in opaque pointer mode
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 27 04:01:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97916673d402c1d4915e6d49386a9d7739aca002
https://github.com/llvm/llvm-project/commit/97916673d402c1d4915e6d49386a9d7739aca002
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
M llvm/lib/IR/TypeFinder.cpp
M llvm/test/Assembler/opaque-ptr-struct-types.ll
M llvm/test/Assembler/opaque-ptr.ll
M llvm/test/Other/force-opaque-ptrs.ll
Log Message:
-----------
[IR] Support ifuncs in opaque pointer mode
Relax the type assertion for opaque pointers, and enumerate the
value type in TypeFinder and ValueEnumerator.
More information about the All-commits
mailing list