Support for math/misc intrinsics
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Sun, 25 Jan 2015 18:07:30 +0000 (18:07 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Sun, 25 Jan 2015 18:07:30 +0000 (18:07 +0000)
commit3f500fa2f6c8b813e329480d23dd8f68b40cf008
tree97013f7414f096616781e1e985c1fb28695efe19
parent279cabb4504635df2afa7e28e714f6894a190f9b
Support for math/misc intrinsics

  The support is currently limited as we only allow them in the input but do
  not emit them in the transformed SCoP due to the possible semantic changes.

  Differential Revision: http://reviews.llvm.org/D5225

llvm-svn: 227054
polly/lib/Analysis/ScopDetection.cpp
polly/lib/CodeGen/BlockGenerators.cpp
polly/test/Isl/CodeGen/intrinsics_lifetime.ll [new file with mode: 0644]
polly/test/Isl/CodeGen/intrinsics_misc.ll [new file with mode: 0644]
polly/test/ScopDetect/intrinsics_1.ll [new file with mode: 0644]
polly/test/ScopDetect/intrinsics_2.ll [new file with mode: 0644]
polly/test/ScopDetect/intrinsics_3.ll [new file with mode: 0644]