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

            Bug ID: 42902
           Summary: Lower larger-than-word size integers into vectors
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Interprocedural Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: npmccal...@redhat.com
                CC: llvm-bugs@lists.llvm.org

An example is here:

https://godbolt.org/z/hxKRd1

This function would be more efficient if i256 were lowered into a vector and
then the various operations performed on it were done as vector operations.

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