[llvm-bugs] [Bug 28170] New: [mc][gfx7] Some VOP3 F32 insns (v_cubeid_f32, v_fma_f32 etc) -- negative inline constants not supported
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 17 08:32:42 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28170
Bug ID: 28170
Summary: [mc][gfx7] Some VOP3 F32 insns (v_cubeid_f32,
v_fma_f32 etc) -- negative inline constants not
supported
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AMDGPU
Assignee: artem.tamazov at amd.com
Reporter: artem.tamazov at amd.com
CC: llvm-bugs at lists.llvm.org, nikolay.haustov at amd.com
Classification: Unclassified
The following instructions have issues with negative inline constants:
> v_cubeid_f32
> v_cubema_f32
> v_cubesc_f32
> v_cubetc_f32
> v_div_fixup_f32
> v_div_fmas_f32
> v_fma_f32
> v_mad_f32
> v_mad_legacy_f32
> v_max3_f32
> v_med3_f32
> v_min3_f32
> v_mullit_f32
Number of failing lit1 tests (-search=simple) = 4173.
I am almost sure that issue appears for other sub-targets as well, e.g. gfx8
Tested with r272673 (git # da10a460d7c98278561225fda90855b303675f35)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160617/438efa00/attachment.html>
More information about the llvm-bugs
mailing list