[all-commits] [llvm/llvm-project] 843ea9: [X86] Allow constant pool references under medium ...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 11 19:01:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 843ea9843718c57da19b3916565f387adf4e440c
https://github.com/llvm/llvm-project/commit/843ea9843718c57da19b3916565f387adf4e440c
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/test/CodeGen/X86/mmx-fold-zero.ll
Log Message:
-----------
[X86] Allow constant pool references under medium code model in X86InstrInfo::foldMemoryOperandImpl() (#75011)
The medium code model assumes that the constant pool is referenceable
with 32-bit relocations.
More information about the All-commits
mailing list