The IRBuilder doesn't know that FPTrunc and FPExt have constrained equivalents. This patch adds the support by building on the strict FP mode now present in the IRBuilder.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64934
Teach the IRBuilder about constrained FPTrunc and FPExt ClosedPublic Authored by kpn on Jul 18 2019, 9:57 AM.
Details Summary The IRBuilder doesn't know that FPTrunc and FPExt have constrained equivalents. This patch adds the support by building on the strict FP mode now present in the IRBuilder.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 18 2019, 10:52 AM Closed by commit rL366477: [FPEnv] Teach the IRBuilder about constrained FPTrunc and FPExt (authored by kpn). · Explain WhyJul 18 2019, 11:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210614 include/llvm/IR/IRBuilder.h
unittests/IR/IRBuilderTest.cpp
|