[all-commits] [llvm/llvm-project] d24597: Test stackmap support for floating point types.
Edd Barrett via All-commits
all-commits at lists.llvm.org
Mon May 30 02:49:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d245974e1a7809f40d994548b46b4694f247fc99
https://github.com/llvm/llvm-project/commit/d245974e1a7809f40d994548b46b4694f247fc99
Author: Edd Barrett <vext01 at gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/arm64-stackmap.ll
M llvm/test/CodeGen/AArch64/stackmap.ll
M llvm/test/CodeGen/PowerPC/ppc64-stackmap.ll
M llvm/test/CodeGen/SystemZ/stackmap.ll
M llvm/test/CodeGen/X86/stackmap.ll
Log Message:
-----------
Test stackmap support for floating point types.
It appears that float support is complete, or at least, the stackmap records
emitted are not inconceivable (I must admit that I don't know about many of the
architectures under test here).
One curiosity, the SystemZ tests highlight an undocumented (or maybe incorrect)
quirk of the stackmap format: in the case of a Register record, the Offset or
SmallConstant field can encode a sub-register index! I've only ever seen this
field zero for Register entries up until now.
More information about the All-commits
mailing list