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

            Bug ID: 45406
           Summary: DebugInfo: Missing parameter location on entry to a
                    function before immediate clobbering
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: DebugInfo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected],
                    [email protected]
            Blocks: 31268

extern int x;
  void f1(int i) {
    i = x;
  }

This has no location for 'i' (the store from 'x' was dead, so it was removed).
It'd be nice to have a location for 'i' on entry to the function, even if it's
immediately clobbered once the first instruction of the function is executed.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=31268
[Bug 31268] Umbrella: debug info for optimized code
-- 
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