summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2015-10-06 15:17:25 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2015-10-06 15:17:25 +0000
commit1b3341724c7772ee44e4722ef557b13258b149a2 (patch)
tree4d061af939c2cec4485afd95583dc051743ecb16 /lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
parentadd9057fa78ccfae9c5afd2544237abac684b4a4 (diff)
downloadbcm5719-llvm-1b3341724c7772ee44e4722ef557b13258b149a2.tar.gz
bcm5719-llvm-1b3341724c7772ee44e4722ef557b13258b149a2.zip
[mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend
Summary: This fixes 7 tests during fast LLVM test-suite run: * MultiSource/Benchmarks/McCat/18-imp/imp * MultiSource/Applications/oggenc/oggenc * MultiSource/Benchmarks/MallocBench/gs/gs * MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan * MultiSource/Benchmarks/VersaBench/beamformer/beamformer * MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame * MultiSource/Benchmarks/Bullet/bullet Error message was in the form of: fatal error: error in backend: Cannot select: 0x95c3288: f32 = fsqrt 0x95c0190 [ORD=9] [ID=18] 0x95c0190: f32 = fadd 0x95bef30, 0x95c4d00 [ORD=8] [ID=17] 0x95bef30: f32 = fmul 0x95c4988, 0x95c4988 [ORD=5] [ID=16] ... There was problem with selecting sqrt instruction in LLVM backend. To fix the issue changes are made in TableGen definition for sqrt instruction in MipsInstrFPU.td and new test file sqrt.ll is added to LLVM regression tests. Patch by Zlatko Buljan Reviewers: zoran.jovanovic, hvarga, dsanders Subscribers: llvm-commits, petarj Differential Revision: http://reviews.llvm.org/D13235 llvm-svn: 249416
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud