mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 06:29:59 +00:00
sdiv overflow is outright undefined behavior, with or without the
'exact' keyword. Thanks to nlewycky for pointing this out! llvm-svn: 108064
This commit is contained in:
parent
b1c6191d3b
commit
226e208014
@ -3564,7 +3564,7 @@ Instruction</a> </div>
|
||||
|
||||
<p>If the <tt>exact</tt> keyword is present, the result value of the
|
||||
<tt>sdiv</tt> is a <a href="#trapvalues">trap value</a> if the result would
|
||||
be rounded or if overflow would occur.</p>
|
||||
be rounded.</p>
|
||||
|
||||
<h5>Example:</h5>
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user