diff options
| author | Philip Reames <listmail@philipreames.com> | 2015-05-23 00:05:43 +0000 |
|---|---|---|
| committer | Philip Reames <listmail@philipreames.com> | 2015-05-23 00:05:43 +0000 |
| commit | 6bbe9743d1a90f1d2749654dc3bec4ebcbc9b498 (patch) | |
| tree | 5d24b362a84a6001ddc141d6234620d5d982e6c2 /llvm/test/Transforms/EarlyCSE | |
| parent | 5960cee1f5299a5e7233c35fcb2518c08b761374 (diff) | |
| download | bcm5719-llvm-6bbe9743d1a90f1d2749654dc3bec4ebcbc9b498.tar.gz bcm5719-llvm-6bbe9743d1a90f1d2749654dc3bec4ebcbc9b498.zip | |
Correct a mistaken comment from 238071 [NFC]
llvm-svn: 238074
Diffstat (limited to 'llvm/test/Transforms/EarlyCSE')
| -rw-r--r-- | llvm/test/Transforms/EarlyCSE/edge.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Transforms/EarlyCSE/edge.ll b/llvm/test/Transforms/EarlyCSE/edge.ll index 94b29260375..267db679967 100644 --- a/llvm/test/Transforms/EarlyCSE/edge.ll +++ b/llvm/test/Transforms/EarlyCSE/edge.ll @@ -1,8 +1,7 @@ ; RUN: opt -early-cse -S < %s | FileCheck %s ; Same as GVN/edge.ll, but updated to reflect EarlyCSE's less powerful -; implementation. EarlyCSE doesn't yet handle uses on edges where the -; source is dominated, but the dest is not. Nor does it reason about -; fcmps. This file can basically be seen as a list of TODOs. +; implementation. EarlyCSE currently doesn't exploit equality comparisons +; against constants. define i32 @f1(i32 %x) { ; CHECK-LABEL: define i32 @f1( |

