[PATCH] D107420: [sema] Disallow __builtin_mul_overflow under special condition.

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 5 20:17:27 PDT 2021


FreddyYe added a comment.

In D107420#2928975 <https://reviews.llvm.org/D107420#2928975>, @craig.topper wrote:

> I put up a patch for a simple fix for this in the backend. https://reviews.llvm.org/D107581  The generated code is not optimal, but maybe better than frontend workarounds.

THX for fix! LGTM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107420/new/

https://reviews.llvm.org/D107420



More information about the cfe-commits mailing list