Skip to content
Snippets Groups Projects
Commit 46105567 authored by Dan Gohman's avatar Dan Gohman
Browse files

Expand the bullet item about i128 support and APInt usage in codegen.

llvm-svn: 52007
parent 31e1d413
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,12 @@ faster:</p>
<ul>
<li>MemOperand in the code generator: describe me!.</li>
<li>i128 support and APInt through most of codegen.</li>
<li>Target-independent codegen infastructure now uses LLVM's APInt class for
handling integer values, which allow it to support integer types larger
than 64 bits. Note that support for such types is also dependent on
target-specific support. Use of APInt is also a step toward support for
non-power-of-2 integer sizes.</li>
<li>Support for 128-bit integers on X86-64.</li>
<li>Several compile time speedups for code with large basic blocks.</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment