search for: rl323783

Displaying 1 result from an estimated 1 matches for "rl323783".

Did you mean: r323783
2018 Feb 05
0
LLVM Weekly - #214, Feb 5th 2018
.../reviews.llvm.org/rL323718). * A scheduling model has been added for the Exynos M3. [r323773](http://reviews.llvm.org/rL323773). * A new extension is now supported, linker options can be passed from the frontend to the linker through the `linker_options` section. [r323783](http://reviews.llvm.org/rL323783). * The X86 retpoline think insertion pass is now a machine function pass rather than a module pass. [r323915](http://reviews.llvm.org/rL323915). * InstCombine will now canonicalise to i8/i16/i32 operations even if the resulting type isn't legal according to the datalayout. See the [llvm-dev...