aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2017-08-24 16:06:30 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2017-08-24 16:06:30 +0000
commit5076511ed6bdf5b5e2a84b6bef9610fd9a25aed1 (patch)
tree46f43b6e7b404f66c8b3b85dd70d5f3ae406faf6 /llvm/lib/Support/CommandLine.cpp
parent2d1f6d67c56e56a33ec8f49d584d2352d33a4081 (diff)
downloadllvm-5076511ed6bdf5b5e2a84b6bef9610fd9a25aed1.zip
llvm-5076511ed6bdf5b5e2a84b6bef9610fd9a25aed1.tar.gz
llvm-5076511ed6bdf5b5e2a84b6bef9610fd9a25aed1.tar.bz2
[mips] Introducing option -mabs=[legacy/2008]
In patch r205628 using abs.[ds] instruction is forced, as they should behave in accordance with flags Has2008 and ABS2008. Unfortunately for revisions prior mips32r6 and mips64r6, abs.[ds] is not generating correct result when working with NaNs. To generate a sequence which always produce a correct result but also to allow user more control on how his code is compiled, option -mabs is added where user can choose legacy or 2008. By default legacy mode is used on revisions prior R6. Mips32r6 and mips64r6 use abs2008 mode by default. Patch by Aleksandar Beserminji Differential Revision: https://reviews.llvm.org/D35982 llvm-svn: 311669
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions