[all-commits] [llvm/llvm-project] c64334: [X86][FastISel] Support medium code model in more ...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Wed Dec 13 13:44:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c64334fb30f8a8087c218b6d7ec954ad47b33947
https://github.com/llvm/llvm-project/commit/c64334fb30f8a8087c218b6d7ec954ad47b33947
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/test/CodeGen/X86/fast-isel-constpool.ll
A llvm/test/CodeGen/X86/fast-isel-medium-code-model.ll
Log Message:
-----------
[X86][FastISel] Support medium code model in more places (#75375)
The medium code model is basically identical to the small code model
except that large objects cannot be referenced with 32-bit offsets.
More information about the All-commits
mailing list