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

            Bug ID: 42443
           Summary: Get a wrong result when passing a float 32 value to a
                    external function with variable parameter(just like
                    printf)
           Product: compiler-rt
           Version: 7.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: builtins
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

When I pass a float 32 value to printf using CallInst, printf will receive
(output) 0.000000. This will not happen with float 64 and other types.

-- 
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