forked from OSchip/llvm-project
parent
d2ff59bfed
commit
d16f6fdd49
|
@ -633,3 +633,14 @@ dependent LICM pass or 2) makeing SelectDAG represent the whole function.
|
|||
The following tests perform worse with LSR:
|
||||
|
||||
lambda, siod, optimizer-eval, ackermann, hash2, nestedloop, strcat, and Treesor.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Should generate min/max for stuff like:
|
||||
|
||||
void minf(float a, float b, float *X) {
|
||||
*X = a <= b ? a : b;
|
||||
}
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue