Issue 162046
Summary [clang] ExprConstant - VisitBuiltinCallExpr - rotation folds don't require explicit APInt::urem calls
Labels good first issue, constexpr
Assignees
Reporter RKSimon
    As noticed on #161924 - evaluation of the Builtin::BI__builtin_rotate* intrinsics have an unnecessary `Amt.urem()` call - APInt::rotl/r handles this for us so we can remove these.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to