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

            Bug ID: 51876
           Summary: Implement ARMIselLowering::hasAndNot
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

I noticed that ARM does not implement the `ARMISelLowering::hasAndNot` function
even though it has the bic / vbic operations[1]. Unfortunately in my tries it's
not as easy as just implementing the function since it leads to changed
patterns for integer saturations which requires updates to codegen matching.

[1] Noticed this in the context of "masked merge" /
https://reviews.llvm.org/D109194

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