https://bugs.llvm.org/show_bug.cgi?id=41539

            Bug ID: 41539
           Summary: Problem with 'fadd' two constant operands.
           Product: tools
           Version: 8.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llc
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Instruction: %l.7 = fadd float 4.500000e0, 3.200000e0
will cause an error: floating point constant invalid for type
But '%l.9 = add   i16 16, 5' will not.
Doesn't 'fadd' instruction allow two constant operands?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to