[all-commits] [llvm/llvm-project] 6bbb73: [X86] Fix determining if globals with size <8 bits...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Tue Mar 12 12:43:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bbb73b4cbc89b7291a8088aaa635814a216fbf6
https://github.com/llvm/llvm-project/commit/6bbb73b4cbc89b7291a8088aaa635814a216fbf6
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M llvm/lib/Target/TargetMachine.cpp
M llvm/test/CodeGen/X86/code-model-elf.ll
Log Message:
-----------
[X86] Fix determining if globals with size <8 bits are large (#84975)
Previously any global under 8 bits would accidentally be considered 0
sized, which is considered a large global.
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