[llvm-bugs] [Bug 50752] New: M68kTargetLowering::LowerCall - deference of null pointer

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jun 17 05:42:18 PDT 2021


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

            Bug ID: 50752
           Summary: M68kTargetLowering::LowerCall - deference of null
                    pointer
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: M68k
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: glaubitz at physik.fu-berlin.de,
                    llvm-bugs at lists.llvm.org, minyihh at uci.edu

Reported here:
https://llvm.org/reports/scan-build/report-M68kISelLowering.cpp-LowerCall-56-1.html#EndPath

M68kTargetLowering::LowerCall:

// It is empty for LibCall
const Function *CalleeFunc = CLI.CB ? CLI.CB->getCalledFunction() : nullptr;

M68kCCState CCInfo(*CalleeFunc, CallConv, IsVarArg, MF, ArgLocs,

-- 
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/20210617/bac48732/attachment-0001.html>


More information about the llvm-bugs mailing list