llvm-for-llvmta/test/Transforms/EarlyCSE/reuse-preserved-memoryssa.ll

8 lines
129 B
LLVM

; RUN: opt -memoryssa -gvn -early-cse-memssa %s -S | FileCheck %s
; CHECK: define void @foo(
define void @foo() {
ret void
}