From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 66730] New: [LLVM radeonsi] Infinite loop in LLVM backend
possible when using "double" arguments
Date: Tue, 09 Jul 2013 10:46:22 +0000
Message-ID:
Priority
medium
Bug ID
66730
Assignee
dri-devel@lists.freedesktop.org
Summary
[LLVM radeonsi] Infinite loop in LLVM backend possible when using "double" arguments
Severity
normal
Classification
Unclassified
OS
All
Reporter
niels_ole@salscheider-online.de
Hardware
Other
Status
NEW
Version
git
Component
Drivers/Gallium/radeonsi
Product
Mesa
Created attachment 82223 [details]
testcase
Some expressions containing multiple double precision kernel arguments cause
llvm to run until all memory is used. It works fine as long as I pass pointers
to double values.
I have attached an LLVM IR testcase that triggers the described behaviour.