We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afbcb2 commit ace20e2Copy full SHA for ace20e2
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
@@ -200,7 +200,7 @@ static cl::opt<bool> EnableGISelLoadStoreOptPostLegal(
200
static cl::opt<bool>
201
EnableSinkFold("aarch64-enable-sink-fold",
202
cl::desc("Enable sinking and folding of instruction copies"),
203
- cl::init(false), cl::Hidden);
+ cl::init(true), cl::Hidden);
204
205
extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAArch64Target() {
206
// Register the target.
llvm/test/CodeGen/AArch64/sink-and-fold.ll
@@ -1,5 +1,5 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
-; RUN: llc -aarch64-enable-sink-fold=true < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
3
target triple = "aarch64-linux"
4
5
declare i32 @use(...)
0 commit comments