Elia Geretto

Results 14 comments of Elia Geretto

The bug in `RegisterStandardPasses` should be fixed in LLVM 10, I submitted a patch that was accepted some days ago. It was dependent on the type of LLVM build and...

The Rust standard library recently made some change which requires `-lm` to be passed in when compiling, that should contain `fmaf` and `fma`. Basically, the linking command is probably missing...

If you have a working patch, please submit it as a PR. It may not be merged quickly, but at least we will have a working solution.

Ah, I see another point of having the `1.0 +` there. When calculating the basic block distance in a function that calls the target function, one is still "one function...