[all-commits] [llvm/llvm-project] baec06: [flang] Fold calls to ISHFTC()

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jul 22 18:22:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: baec06a9d499c76635378f570166066b522d4a62
      https://github.com/llvm/llvm-project/commit/baec06a9d499c76635378f570166066b522d4a62
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M flang/lib/Evaluate/fold-integer.cpp
    A flang/test/Evaluate/fold-ishftc.f90

  Log Message:
  -----------
  [flang] Fold calls to ISHFTC()

The integer arithmetic template supports ISHFTC() but the
integer intrinsic folding code had yet to call it; finish
the job.

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




More information about the All-commits mailing list