File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
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 false ; }
42+ bool WADisableCustomPass () const override { return true ; }
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,6 +224,7 @@ unset(_debugConfigs)
224224# ======================================================================================================
225225
226226
227+
227228# ======================================================================================================
228229# ========================================= BUILD CMAKE OPTIONS ========================================
229230# ======================================================================================================
You can’t perform that action at this time.
0 commit comments