[all-commits] [llvm/llvm-project] f82c85: [X86] Handle unsized types in TargetMachine::isLar...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 11 19:13:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f82c85d21f85321a2626a2e8c17d9828a34f55d8
https://github.com/llvm/llvm-project/commit/f82c85d21f85321a2626a2e8c17d9828a34f55d8
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/lib/Target/TargetMachine.cpp
M llvm/test/CodeGen/X86/code-model-elf.ll
Log Message:
-----------
[X86] Handle unsized types in TargetMachine::isLargeGlobalObject() (#74952)
isLargeGlobalObject() didn't handle opaque types, resulting in crashes.
More information about the All-commits
mailing list