Previously, we called the same functions twice with a bool flag determining whether we should look for ADDSUB or SUBADD. It would be more efficient to run the code once and detect either pattern with a flag to tell which type it found.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM