llvm-for-llvmta/test/Transforms/EarlyCSE/reuse-preserved-memoryssa.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

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
}