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

            Bug ID: 40824
           Summary: LLVM produces invalid assembler
           Product: tools
           Version: 7.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llc
          Assignee: unassignedb...@nondot.org
          Reporter: b...@smart-cactus.org
                CC: llvm-bugs@lists.llvm.org

Created attachment 21506
  --> https://bugs.llvm.org/attachment.cgi?id=21506&action=edit
LLVM IR which reproduces issue

Optimising and then compiling the attached LLVM IR with LLVM 7.0.1 produces
invalid assembler:

$ opt -O3 Repro.ll > opt.bc
$ llc opt.bc -o llc.s -O3
$ as llc.s
llc.s: Assembler messages:
llc.s:367: Error: junk at end of line, first unrecognized character is `,'

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

Reply via email to