1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms
Owen Anderson 999a9f171c Fix an issue where fast math flags were dropped during scalarization.
Most portions of InstCombine properly propagate fast math flags, but
apparently the vector scalarization section was overlooked.

llvm-svn: 262376
2016-03-01 19:35:52 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine Fix an issue where fast math flags were dropped during scalarization. 2016-03-01 19:35:52 +00:00
Instrumentation Minor code cleanup. NFC 2016-02-29 19:16:04 +00:00
IPO Enable LoopLoadElimination by default 2016-02-29 20:35:11 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [LLE] Fix a comment 2016-02-29 23:21:12 +00:00
Utils Add the beginnings of an update API for preserving MemorySSA 2016-03-01 18:46:54 +00:00
Vectorize ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
CMakeLists.txt
LLVMBuild.txt