Summary: |
[LLVM radeonsi] Infinite loop in LLVM backend possible when using "double" arguments |
Product: |
Mesa
|
Reporter: |
Niels Ole Salscheider <niels_ole> |
Component: |
Drivers/Gallium/radeonsi | Assignee: |
Default DRI bug account <dri-devel> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
testcase
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
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.