use better BR

This commit is contained in:
2024-10-29 15:25:15 +00:00
parent 5634022bd9
commit 1b75ca5e75
8 changed files with 243 additions and 22 deletions

4
include/opt/betterbr.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
#include "cfg.h"
std::shared_ptr<ModuleItem> GenerateBetterBR(std::shared_ptr<ModuleItem> src);