]> git.lizzy.rs Git - rust.git/commit
llvm6: Tweak fast math intrinsics
authorAlex Crichton <alex@alexcrichton.com>
Tue, 23 Jan 2018 01:28:23 +0000 (17:28 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 24 Jan 2018 15:18:02 +0000 (07:18 -0800)
commit9eeecd2adad8c5c94348dbd1c61709fa49f65ff8
treeff0d5150f7c1f51572253122aa4c691c407e3eef
parent2a7ed74d96168fe1c187fbaa0d74dc52974b6ecf
llvm6: Tweak fast math intrinsics

Looks like they did some refactoring of flags in the backend and this should
catch us up! The "unsafe algebra" boolean has been split into a number of
boolean flags for various operations, and this updates to use the `setFast`
function which should hopefully have the same behavior as before.

This was updated in llvm-mirror/llvm@00e900afd
src/rustllvm/RustWrapper.cpp