Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 15.0.0/docs/GlobalISel/KnownBits.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this head
</div>
<p>and then use this to simplify the expression:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span> ; %0 = 0x????????
%5:(s32) = G_CONSTANT i32 0x0F0 ; %5 = 0x00000FF0
%5:(s32) = G_CONSTANT i32 0x0F0 ; %5 = 0x000000F0
%4:(s32) = G_AND %0, %5 ; %4 = 0x000000?0
</pre></div>
</div>
Expand Down Expand Up @@ -222,4 +222,4 @@ <h3>Navigation</h3>
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</body>
</html>
</html>