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
3939
4040 bool NeedWAToTransformA32MessagesToA64 () const override { return true ; }
4141 bool WALoadStorePatternMatch () const override { return true ; }
42- bool WADisableCustomPass () const override { return true ; }
42+ bool WADisableCustomPass () const override { return false ; }
4343 bool WAEnableMemOpt2ForOCL () const override { return true ; }
4444
4545 unsigned int GetLoopUnrollThreshold () const override { return 1280 ; }
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ unset(_debugConfigs)
224224# ======================================================================================================
225225
226226
227-
228227# ======================================================================================================
229228# ========================================= BUILD CMAKE OPTIONS ========================================
230229# ======================================================================================================
You can’t perform that action at this time.
0 commit comments