[llvm] r238074 - Correct a mistaken comment from 238071 [NFC]

Philip Reames listmail at philipreames.com
Fri May 22 17:05:43 PDT 2015


Author: reames
Date: Fri May 22 19:05:43 2015
New Revision: 238074

URL: http://llvm.org/viewvc/llvm-project?rev=238074&view=rev
Log:
Correct a mistaken comment from 238071 [NFC]


Modified:
    llvm/trunk/test/Transforms/EarlyCSE/edge.ll

Modified: llvm/trunk/test/Transforms/EarlyCSE/edge.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/EarlyCSE/edge.ll?rev=238074&r1=238073&r2=238074&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/EarlyCSE/edge.ll (original)
+++ llvm/trunk/test/Transforms/EarlyCSE/edge.ll Fri May 22 19:05:43 2015
@@ -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(





More information about the llvm-commits mailing list