diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-07-30 21:11:32 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-07-30 21:11:32 +0000 |
commit | 3a5d356bd09cce183b6e508d83f2f8b71cb95d1e (patch) | |
tree | 2296bef1b279499152a34d2970076f25919ce602 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 7361996f15b0e33318e54ce82fb9936cfbcbf51f (diff) | |
download | bcm5719-llvm-3a5d356bd09cce183b6e508d83f2f8b71cb95d1e.tar.gz bcm5719-llvm-3a5d356bd09cce183b6e508d83f2f8b71cb95d1e.zip |
[docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docs
Yes, i erroneously assumed that the "after" was meant,
but i was wrong:
> I really meant "performed before", for cases like 4u / -2,
> where -2 is implicitly converted to UINT_MAX - 2 before
> the computation. Conversions that are performed after
> a computation aren't part of the computation at all,
> so I think it's much clearer that they're not in scope
> for this sanitizer.
llvm-svn: 338306
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions