File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
test/Transforms/LoopUnswitch/AMDGPU Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -688,8 +688,8 @@ else()
688688endif ()
689689option (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
694694include (HandleLLVMOptions)
695695
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments