Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/llvm/test/Transforms/SimplifyCFG/X86
History
Phoebe Wang 2568e52a73
[X86,SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (#108812)
This is a follow up of #96878 to support hoisting load/store from BBs
have the same predecessor, if load/store are the only instructions and
the branch is unpredictable, e.g.:

```
void test (int a, int *c, int *d) {
  if (a)
   *c = a;
  else
   *d = a;
}
```
2024-11-25 15:19:28 +08:00
..
2010-03-30-InvokeCrash.ll
…
bug-25299.ll
…
combine-parallel-mem-md.ll
…
CoveredLookupTable.ll
…
critedge-assume.ll
…
disable-lookup-table.ll
…
empty-cleanuppad.ll
…
hoist-loads-stores-with-cf.ll
[X86,SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (#108812)
2024-11-25 15:19:28 +08:00
invalidate-dom.ll
…
lit.local.cfg
…
MagicPointer.ll
…
merge-cleanuppads.ll
…
merge-compatible-invokes-of-landingpad-debuginfo.ll
…
merge-compatible-invokes-of-landingpad.ll
…
merge-cond-stores-cost.ll
…
pr39187-g.ll
…
PR29163.ll
…
PR30210.ll
…
PR80122.ll
…
remove-debug-2.ll
…
remove-debug.ll
…
safe-low-bit-extract.ll
…
sink-common-code-into-unreachable.ll
…
sink-common-code.ll
…
speculate-cttz-ctlz.ll
…
SpeculativeExec.ll
…
switch_to_lookup_table_big.ll
…
switch_to_lookup_table.ll
…
switch-covered-bug.ll
…
switch-table-bug.ll
…
switch-to-lookup-bitcast.ll
…
switch-to-lookup-gep.ll
…
switch-to-lookup-globals.ll
…
switch-to-lookup-large-types.ll
…
two-entry-phi-fold-unpredictable.ll
…
unreachable-blocks.ll
…
Powered by Gitea Version: 1.23.1 Page: 1183ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API