Skip to content

Commit 286c48a

Browse files
searlmc1zhang2amd
authored andcommitted
Revert "Turn on the new pass manager by default"
This reverts commit 669ddd1. Un-XFAIL one test Change-Id: Ieebd1fa4a1457970fb174b897c8223557f675b51
1 parent f2943f6 commit 286c48a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

llvm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ else()
688688
endif()
689689
option(LLVM_ENABLE_PLUGINS "Enable plugin support" ${LLVM_ENABLE_PLUGINS_default})
690690

691-
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER TRUE CACHE BOOL
692-
"Enable the new pass manager by default.")
691+
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER FALSE CACHE BOOL
692+
"Enable the experimental new pass manager by default.")
693693

694694
include(HandleLLVMOptions)
695695

llvm/test/Transforms/LoopUnswitch/AMDGPU/uniform-unswitch.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
; RUN: opt -mtriple=amdgcn-- -O3 -S %s | FileCheck %s
2-
; XFAIL: *
32

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

0 commit comments

Comments
 (0)