[PATCH] D107420: [sema] Disallow __builtin_mul_overflow under special condition.
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 5 02:18:44 PDT 2021
lebedev.ri added a comment.
I don't personally care, but i think this diag doesn't make sense.
What is "backend"? Which one? All of them? What happens when one, but not all of them supports it?
What if i don't intend to codegen this into an assembly, but only want to produce the IR?
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