We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b38e8 commit 3ca9bccCopy full SHA for 3ca9bcc
llvm/docs/ReleaseNotes.rst
@@ -172,6 +172,11 @@ Changes to the X86 Backend
172
* Support ISA of ``AVX10.1-256`` and ``AVX10.1-512``.
173
* ``-mcpu=pantherlake`` and ``-mcpu=clearwaterforest`` are now supported.
174
* ``-mapxf`` is supported.
175
+* Marking global variables with ``code_model = "small"/"large"`` in the IR now
176
+ overrides the global code model to allow 32-bit relocations or require 64-bit
177
+ relocations to the global variable.
178
+* The medium code model's code generation was audited to be more similar to the
179
+ small code model where possible.
180
181
Changes to the OCaml bindings
182
-----------------------------
0 commit comments