mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 04:19:10 +00:00
Correct a mistaken comment from 238071 [NFC]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c4f3dcc5e
commit
4e5aa77b3d
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user