File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ namespace TC
39
39
40
40
bool NeedWAToTransformA32MessagesToA64 () const override { return true ; }
41
41
bool WALoadStorePatternMatch () const override { return true ; }
42
- bool WADisableCustomPass () const override { return true ; }
42
+ bool WADisableCustomPass () const override { return false ; }
43
43
bool WAEnableMemOpt2ForOCL () const override { return true ; }
44
44
45
45
unsigned int GetLoopUnrollThreshold () const override { return 1280 ; }
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ unset(_debugConfigs)
224
224
# ======================================================================================================
225
225
226
226
227
-
228
227
# ======================================================================================================
229
228
# ========================================= BUILD CMAKE OPTIONS ========================================
230
229
# ======================================================================================================
You can’t perform that action at this time.
0 commit comments