[all-commits] [llvm/llvm-project] 2d42f8: [MC] Fix emission in asm of alignment 2^32. (#98688)
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Jul 17 09:45:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d42f840a2f08ce9635bafe56b2817d8b5099d06
https://github.com/llvm/llvm-project/commit/2d42f840a2f08ce9635bafe56b2817d8b5099d06
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M llvm/lib/MC/MCAsmStreamer.cpp
A llvm/test/CodeGen/X86/global-with-max-align.ll
Log Message:
-----------
[MC] Fix emission in asm of alignment 2^32. (#98688)
The alignment amount was getting corrupted due to accidental truncation.
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