[all-commits] [llvm/llvm-project] 395923: [X86][FastISel] Bail out on large objects when mat...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Tue Dec 12 12:45:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3959231695a088e1d8ca0bf8f9d2e5cf9c61a17a
https://github.com/llvm/llvm-project/commit/3959231695a088e1d8ca0bf8f9d2e5cf9c61a17a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
A llvm/test/CodeGen/X86/fast-isel-large-object.ll
Log Message:
-----------
[X86][FastISel] Bail out on large objects when materializing a GlobalValue
To avoid crashes with explicitly large objects.
I will clean up fast-isel with large objects/medium code model soon.
More information about the All-commits
mailing list