diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-11-27 17:02:01 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-11-27 17:05:21 +0300 |
commit | cbfa237892e55b7129a1178c9b03f26683d643af (patch) | |
tree | 70830e078474d161abb0aaac1b500b3490eb9720 /clang/docs/ReleaseNotes.rst | |
parent | 9f15fcc2718f95f1dac9e6e57aa93d84e9709930 (diff) | |
download | bcm5719-llvm-cbfa237892e55b7129a1178c9b03f26683d643af.tar.gz bcm5719-llvm-cbfa237892e55b7129a1178c9b03f26683d643af.zip |
Revert "[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (PR44054)"
The asssertion that was added does not hold,
breaks on test-suite/MultiSource/Applications/SPASS/analyze.c
Will reduce the testcase and revisit.
This reverts commit 9872ea4ed1de4c49300430e4f1f4dfc110a79ab9, 870f3542d3e0d06d208442bdca6482866b59171b.
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 37a8f30e0bc..4ac300deb58 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -78,10 +78,6 @@ Non-comprehensive list of changes in this release been extended to detect these cases, so that code relying on them can be detected and fixed. -* The Implicit Conversion Sanitizer (``-fsanitize=implicit-conversion``) has - learned to sanitize pre/post increment/decrement of types with bit width - smaller than ``int``. - - For X86 target, -march=skylake-avx512, -march=icelake-client, -march=icelake-server, -march=cascadelake, -march=cooperlake will default to not using 512-bit zmm registers in vectorized code unless 512-bit intrinsics |