[PATCH] D41944: [LLVM][IR][LIT] support of 'no-overflow' flag for sdiv\udiv instructions

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 09:52:42 PST 2018


MatzeB added a comment.

> - As I know LLVM doesn't promise backward comparability so we tried following the correct solution (notice that another way is to suggest 'mayoverflow' attribute but it won't match other attributes in LLVM). Regarding the AutoUpgrade logic I will be glad if you can clarify more on what has to be done?

That is not true, we do provide backward compatibility: https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility


https://reviews.llvm.org/D41944





More information about the llvm-commits mailing list