forked from OSchip/llvm-project
6c5dfcb89e
Instruction abs.[ds] is not generating correct result when working with NaNs for revisions prior mips32r6 and mips64r6. To generate a sequence which always produce a correct result, but also to allow user more control on how his code is compiled, attribute +abs2008 is added, so user can choose legacy or 2008. By default legacy mode is used on revisions prior R6. Mips32r6 and mips64r6 use abs2008 mode by default. Differential Revision: https://reviews.llvm.org/D35983 llvm-svn: 352370 |
||
---|---|---|
.. | ||
abs.ll | ||
add-dsp.ll | ||
add.ll | ||
addrspacecast.ll | ||
and.ll | ||
arith-fp.ll | ||
ashr.ll | ||
atomicrmx.ll | ||
bitcast.ll | ||
call.ll | ||
cvt.ll | ||
extractelement.ll | ||
indirectbr.ll | ||
isel.ll | ||
lh_lhu.ll | ||
load-atomic.ll | ||
load.ll | ||
lshr.ll | ||
mul.ll | ||
not.ll | ||
or.ll | ||
ret.ll | ||
sdiv.ll | ||
select-dbl.ll | ||
select-flt.ll | ||
select-int.ll | ||
shl.ll | ||
sqrt.ll | ||
srem.ll | ||
store-atomic.ll | ||
store.ll | ||
sub.ll | ||
trap.ll | ||
udiv.ll | ||
urem.ll | ||
xor.ll |