[flang-commits] [PATCH] D88981: [flang] Rework host runtime folding and enable REAL(2) folding with it.

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Oct 13 05:17:54 PDT 2020


jeanPerier updated this revision to Diff 297829.
jeanPerier added a comment.

- Simplify StaticMultimapView (use std::equal_range and removed unused member functions)
- Add REAL(2) and REAL(3) folding test
- Enable X87 float folding with IEEE 128 bits float runtime if available on the host.
- Use RealKindForPrecision instead of TypeOf
- Add a compile time verfication that StaticMultimapView is sorted
- Capitalize some functions. std::nullopt instead of {}.
- Use raw subnormal in flushing test instead of decimal input.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88981/new/

https://reviews.llvm.org/D88981

Files:
  flang/include/flang/Common/static-multimap-view.h
  flang/include/flang/Evaluate/common.h
  flang/include/flang/Evaluate/intrinsics-library.h
  flang/lib/Evaluate/fold-complex.cpp
  flang/lib/Evaluate/fold-implementation.h
  flang/lib/Evaluate/fold-real.cpp
  flang/lib/Evaluate/host.h
  flang/lib/Evaluate/intrinsics-library-templates.h
  flang/lib/Evaluate/intrinsics-library.cpp
  flang/lib/Lower/IntrinsicCall.cpp
  flang/runtime/pgmath.h.inc
  flang/test/Evaluate/folding02.f90
  flang/unittests/Evaluate/folding.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88981.297829.patch
Type: text/x-patch
Size: 78356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20201013/a35696db/attachment-0001.bin>


More information about the flang-commits mailing list