Skip to content

Commit

Permalink
Revert "Turn on the new pass manager by default"
Browse files Browse the repository at this point in the history
This reverts commit 669ddd1.

Un-XFAIL one test

Change-Id: Ieebd1fa4a1457970fb174b897c8223557f675b51
  • Loading branch information
searlmc1 authored and zhang2amd committed Aug 4, 2021
1 parent f2943f6 commit 286c48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,8 @@ else()
endif()
option(LLVM_ENABLE_PLUGINS "Enable plugin support" ${LLVM_ENABLE_PLUGINS_default})

set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER TRUE CACHE BOOL
"Enable the new pass manager by default.")
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER FALSE CACHE BOOL
"Enable the experimental new pass manager by default.")

include(HandleLLVMOptions)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
; RUN: opt -mtriple=amdgcn-- -O3 -S %s | FileCheck %s
; XFAIL: *

; Check that loop unswitch happened and condition hoisted out of the loop.
; Condition is uniform so even targets with divergence should perform unswitching.
Expand Down

0 comments on commit 286c48a

Please sign in to comment.