[llvm-bugs] [Bug 48724] New: SROA causing invalid code generation

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 11 15:09:57 PST 2021


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

            Bug ID: 48724
           Summary: SROA causing invalid code generation
           Product: new-bugs
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: andrew at ziglang.org
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Created attachment 24371
  --> https://bugs.llvm.org/attachment.cgi?id=24371&action=edit
test.ll

Hello, I am reporting this on behalf of LemonBoy from a downstream issue
report:

https://github.com/ziglang/zig/issues/7325

The different behaviour can be observed by running:

opt-11 -sroa <.ll file> | lli-11 # The output is corrupted
lli-11 <.ll file>                # The output is fine

-- 
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/20210111/27582a80/attachment.html>


More information about the llvm-bugs mailing list