Files
clang-p2996/llvm/test/CodeGen/X86/code-model-elf.ll
Arthur Eubanks 2366d53d8d [X86] Fix more medium code model addressing modes (#75641)
By looking at whether a global is large instead of looking at the code
model.

This also fixes references to large data in the small code model.

We now always fold any 32-bit offset into the addressing mode with the
large code model since it uses 64-bit relocations.
2023-12-21 10:40:56 -08:00

43 KiB