[llvm-bugs] [Bug 47128] New: HexagonTTIImpl::getMinVectorRegisterBitWidth() returns 0 with out HVX

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 12 02:56:30 PDT 2020


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

            Bug ID: 47128
           Summary: HexagonTTIImpl::getMinVectorRegisterBitWidth() returns
                    0 with out HVX
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: Hexagon
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: kparzysz at quicinc.com, llvm-bugs at lists.llvm.org,
                    spatel+llvm at rotateright.com, srj at google.com

As noted on https://reviews.llvm.org/D81766, getMinVectorRegisterBitWidth()
shouldn't return 0 if it doesn't have a vector unit, instead it should fallback
to the scalar register width returned by getRegisterBitWidth - for Hexagon this
is 32.

-- 
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/20200812/228d8a3c/attachment-0001.html>


More information about the llvm-bugs mailing list