Skip to content

Commit eb492ee

Browse files
authored
Remove FIXME
1 parent 67544e9 commit eb492ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/NewGVN/coercion-different-ptr.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: opt -S -passes=newgvn < %s | FileCheck %s
33

44

5-
; FIXME: MemorySSA says that load1 depends on the lifetime start.
5+
; MemorySSA says that load1 depends on the lifetime start.
66
; That's OK since MemorySSA is may-alias; however, NewGVN should
77
; check whether the lifetime start *actually* defines the loaded pointer
88
; before simplifying to uninitialized memory.

0 commit comments

Comments
 (0)