[all-commits] [llvm/llvm-project] f62a40: [Statepoint] Determine return type from elementtyp...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Feb 4 05:40:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f62a400cdf114ff97fee99d74234c889142a34e7
https://github.com/llvm/llvm-project/commit/f62a400cdf114ff97fee99d74234c889142a34e7
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/include/llvm/IR/Statepoint.h
M llvm/test/CodeGen/X86/statepoint-call-lowering.ll
Log Message:
-----------
[Statepoint] Determine return type from elementtype attribute
Based on the LangRef change in D117890, this uses the elementtype
attribute rather than the pointer element type to determine the
statepoint callee function type, making statepoints compatible
with opaque pointers.
More information about the All-commits
mailing list