diff options
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/phi.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/phi.ll b/llvm/test/CodeGen/WebAssembly/phi.ll index c217cbf3572..13fb5ebc530 100644 --- a/llvm/test/CodeGen/WebAssembly/phi.ll +++ b/llvm/test/CodeGen/WebAssembly/phi.ll @@ -1,5 +1,8 @@ ; RUN: llc < %s -asm-verbose=false | FileCheck %s +; This test depends on branching support, which is not yet checked in. +; XFAIL: * + ; Test that phis are lowered. target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128" |