[llvm-bugs] [Bug 28201] New: [mc] Some F64 insns (v_add_f64 etc.) -- integer inline literal with abs modifier -> "unknown token in expression"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 20 03:55:03 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28201
Bug ID: 28201
Summary: [mc] Some F64 insns (v_add_f64 etc.) -- integer inline
literal with abs modifier -> "unknown token in
expression"
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
Created attachment 16582
--> https://llvm.org/bugs/attachment.cgi?id=16582&action=edit
00204.tests_tg_gfx7_asm_lit1_bug.06.08.min.v_add_etc_f64-iconst-abs_syntax
Example of failing instruction:
> v_add_f64 v[0:1], 0, |0|
> llvm-mc.exe -arch=amdgcn -mcpu=bonaire v_add_f64_00435.s
> v_add_f64_00435.s:3:25: error: unknown token in expression
> v_add_f64 v[0:1], 0, |0|
> ^
Tested with r273139 (git # 4a94acfea8bfd6eb6b5809dd40f03e1fa42e673a)
GFX7 lit tests attached.
--
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/20160620/71949d86/attachment.html>
More information about the llvm-bugs
mailing list