diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-09-03 17:14:56 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-09-03 17:14:56 +0000 |
| commit | bdd65351d3f39d38d3ed64cd9849d54aaac904c3 (patch) | |
| tree | c34521ca474d8df41b9155f8927fecc6d9a9d05e /llvm/docs | |
| parent | e44f2eb3153d57604cf7204b84892901663ad7ce (diff) | |
| download | bcm5719-llvm-bdd65351d3f39d38d3ed64cd9849d54aaac904c3.tar.gz bcm5719-llvm-bdd65351d3f39d38d3ed64cd9849d54aaac904c3.zip | |
Revert r370454 "[LoopIdiomRecognize] BCmp loop idiom recognition"
https://bugs.llvm.org/show_bug.cgi?id=43206 was filed,
claiming that there is a miscompilation.
Reverting until i investigate.
This reverts commit r370454
llvm-svn: 370788
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 10f76e527f0..c498b96cdde 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -50,10 +50,6 @@ Non-comprehensive list of changes in this release Makes programs 10x faster by doing Special New Thing. -* The Loop Idiom Recognition (``-loop-idiom``) pass has learned to recognize - ``bcmp`` pattern, and convert it into a call to ``bcmp`` (or ``memcmp``) - function. - Changes to the LLVM IR ---------------------- |

