diff options
| author | Michael Zuckerman <Michael.zuckerman@intel.com> | 2016-06-01 12:21:00 +0000 |
|---|---|---|
| committer | Michael Zuckerman <Michael.zuckerman@intel.com> | 2016-06-01 12:21:00 +0000 |
| commit | e54093fcc0a651df14040a61fc8efdd338389afa (patch) | |
| tree | 91e412aea314b227db28d417c7d55dc58997786c /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
| parent | 6a894956fccdc5a951ee014eb130c68c94a2f377 (diff) | |
| download | llvm-e54093fcc0a651df14040a61fc8efdd338389afa.zip llvm-e54093fcc0a651df14040a61fc8efdd338389afa.tar.gz llvm-e54093fcc0a651df14040a61fc8efdd338389afa.tar.bz2 | |
Adding front-end support to several intrinsics (bit scanning, conversion and state reading intrinsics)
Adding LLVM front-end support to two intrinsics dealing with bit scan: _bit_scan_forward and _bit_scan_reverse.
Their functionality is as described in Intel intrinsics guide:
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_bit_scan_forward&expand=371,370
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_bit_scan_reverse&expand=371,370
Furthermore, adding clang front-end support to these conversion intrinsics: _mm256_cvtsd_f64, _mm256_cvtsi256_si32 and _mm256_cvtss_f32.
Finally, adding tests to all of the above, as well as to the state reading intrinsics _rdpmc and _rdtsc.
Their functionality is also specified in the Intel intrinsics guide.
Commit on behalf of Omer Paparo Bivas
llvm-svn: 271387
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
