[all-commits] [llvm/llvm-project] 63d44e: [NVPTX] Fix DwarfFrameBase construction (#101000)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jul 30 03:02:11 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 63d44ea32a28ed49e99572ca46b03eb92706433e
https://github.com/llvm/llvm-project/commit/63d44ea32a28ed49e99572ca46b03eb92706433e
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
Log Message:
-----------
[NVPTX] Fix DwarfFrameBase construction (#101000)
The `{0}` here was initializing the first union member `Register`,
rather than the union member used by CFA, which is `Offset`. Prior to
https://github.com/llvm/llvm-project/pull/99263 this was harmless, but
now they have different layout, leading to test failures on some
platforms (at least i686 and s390x).
(cherry picked from commit 842a332f11f53c698fa0560505e533ecdca28876)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list