Skip to content

Commit

Permalink
XFAIL after reversion [SimplifyCFG] FoldTwoEntryPHINode()
Browse files Browse the repository at this point in the history
XFAIL after reversion 8c7f063.

Change-Id: I4cfc83e839e68ccab68b951f8525f7fbcfc5ddcf
  • Loading branch information
piotrAMD committed Oct 15, 2019
1 parent 7938afb commit 548c005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CodeGen/AArch64/use-cr-result-of-dom-icmp-st.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=aarch64-unknown-unknown -O3 -verify-machineinstrs < %s | FileCheck %s
; XFAIL: *

; Test cases are generated from:
; long long NAME(PARAM a, PARAM b) {
Expand Down
1 change: 1 addition & 0 deletions llvm/test/CodeGen/ARM/CGP/arm-cgp-casts.ll
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
; RUN: llc -mtriple=thumbv7-linux-android %s -arm-disable-cgp=false -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NODSP --check-prefix=CHECK-NODSP-V7
; RUN: llc -mtriple=thumbv7em -mcpu=cortex-m7 %s -arm-disable-cgp=false -arm-enable-scalar-dsp=true -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-DSP
; RUN: llc -mtriple=thumbv8 %s -arm-disable-cgp=false -arm-enable-scalar-dsp=true -arm-enable-scalar-dsp-imms=true -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-DSP-IMM
; XFAIL: *

; Transform will fail because the trunc is not a sink.

Expand Down

0 comments on commit 548c005

Please sign in to comment.