[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 05:05:15 PDT 2024


phoebewang wrote:

icount and cond_br of all cpu2017 benchmarks with latest change.
| Patch | icount | cond_br |
|--------|--------|--------|
| Without | 5.747 | 0.769 |
| With | 5.707 | 0.8 |

https://github.com/llvm/llvm-project/pull/108812


More information about the llvm-commits mailing list