diff options
| author | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-03-09 17:31:51 +0000 |
|---|---|---|
| committer | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-03-09 17:31:51 +0000 |
| commit | 91fc4e09499c24e9184853e9a53a953bdea8a356 (patch) | |
| tree | 2ecf5eaad712fa1bda8e20854ff909d8b98c559f /llvm/lib/ProfileData/InstrProf.cpp | |
| parent | 2e55ee77e2b9f0d13d4a85852059d258a697cc5c (diff) | |
| download | bcm5719-llvm-91fc4e09499c24e9184853e9a53a953bdea8a356.tar.gz bcm5719-llvm-91fc4e09499c24e9184853e9a53a953bdea8a356.zip | |
[GISel]: Add helpers for easy building G_FCONSTANT along with matchers
Added helpers to build G_FCONSTANT, along with matching ConstantFP and
unit tests for the same.
Sample usage.
auto MIB = Builder.buildFConstant(s32, 0.5); // Build IEEESingle
For Matching the above
const ConstantFP* Tmp;
mi_match(DstReg, MRI, m_GFCst(Tmp));
https://reviews.llvm.org/D44128
reviewed by: volkan
llvm-svn: 327152
Diffstat (limited to 'llvm/lib/ProfileData/InstrProf.cpp')
0 files changed, 0 insertions, 0 deletions

