diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll
index 5bfec9230636970bb5b57deca7a2096a0d48e100..33c431a78d1fbae8404ff7f4b0c449165a950053 100644
--- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll
+++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll
@@ -1,4 +1,4 @@
-; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
+; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
 ; ModuleID = 'addTanh.hpvm.ll'
 source_filename = "addTanh.cpp"
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll
index c67d15ab6cac5fdf3538f661aa8583c6f0ce9771..f93d325a7ff0107f01510f639a3f09eb840f917e 100644
--- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll
+++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll
@@ -1,4 +1,4 @@
-; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
+; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
 ; ModuleID = 'batchNorm.hpvm.ll'
 source_filename = "batchNorm.cpp"
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll
index b61979c89dff2127d423aa1421c02d7991309462..3a0ef959449b8057a7d3440b5da3fc2a671905ad 100644
--- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll
+++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll
@@ -1,4 +1,4 @@
-; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
+; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
 
 ; ModuleID = 'fuseConv.hpvm_.ll'
 source_filename = "fuseConv.cpp"
diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll
index d3aa94081c2248245eee364e108bf2028c69534d..25344f98f56bd7954952094028a2f30bbdb62bb3 100644
--- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll
+++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll
@@ -1,4 +1,4 @@
-; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
+; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
 ; ModuleID = 'groupPoolSoftmax.hpvm.ll'
 source_filename = "groupPoolSoftmax.cpp"
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll
index ce901a6d411379a84e1878d416d5e7c77d3d9c5f..c1546533d844bc71003a8ff7148e6c09a932deaf 100644
--- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll
+++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll
@@ -1,4 +1,4 @@
-; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
+; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s
 
 ; ModuleID = 'fuseMatMul.hpvm.ll'
 source_filename = "fuseMatMul.cpp"