[all-commits] [llvm/llvm-project] aeb2cd: [flang] Keep PURE in IEEE functions

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Jun 24 00:10:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aeb2cd3176b03c3f186ca5d3ae6bd08d2ba77227
      https://github.com/llvm/llvm-project/commit/aeb2cd3176b03c3f186ca5d3ae6bd08d2ba77227
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M flang/module/__fortran_ieee_exceptions.f90
    M flang/module/ieee_arithmetic.f90

  Log Message:
  -----------
  [flang] Keep PURE in IEEE functions

PURE keyword should be kept in `__fortran_ieee_exceptions.f90`
and `ieee_arithmetic.f90` and not removed as done in
https://reviews.llvm.org/D128431

Reviewed By: vdonaldson

Differential Revision: https://reviews.llvm.org/D128498




More information about the All-commits mailing list