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

            Bug ID: 50032
           Summary: llc: x86 atomic load i256 crash
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: loris.re...@liblor.ch
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org

Even though an atomic load of i256 isn't possible on x86, it shouldn't crash
ideally.


https://godbolt.org/z/6bccv3efq



%V = load atomic i256, i256* %a unordered, align 32

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