]> granicus.if.org Git - llvm/commit
[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving rounding mode...
authorChris Dewhurst <chris.dewhurst@lero.ie>
Wed, 19 Oct 2016 14:01:06 +0000 (14:01 +0000)
committerChris Dewhurst <chris.dewhurst@lero.ie>
Wed, 19 Oct 2016 14:01:06 +0000 (14:01 +0000)
commit4a9c4079292e0b789fd3f3e6594dde3240f2ab15
treeacc3ad50acabb0fb3c722fb188df3b51fd7e04d5
parentbca3cda28464ddd825d61a36ecbcf8d77e64f795
[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving rounding mode changes and issues an appropriate user error message.

Differential Revision: https://reviews.llvm.org/D24665

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284591 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/LeonFeatures.td
lib/Target/Sparc/LeonPasses.cpp
lib/Target/Sparc/LeonPasses.h
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll [new file with mode: 0644]