[all-commits] [llvm/llvm-project] 61c5c5: [flang][NFC] add convertToX functions to HLFIRTools

Tom Eccles via All-commits all-commits at lists.llvm.org
Wed Feb 8 02:09:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61c5c59720d7578c90e136ae2a33e75f5e824f88
      https://github.com/llvm/llvm-project/commit/61c5c59720d7578c90e136ae2a33e75f5e824f88
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/HLFIRTools.h
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Optimizer/Builder/HLFIRTools.cpp

  Log Message:
  -----------
  [flang][NFC] add convertToX functions to HLFIRTools

These will be useful for sharing code with intrinsic argument processing
when lowering hlfir transformational intrinsic operations to FIR in
the BufferizeHLFIR pass.

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


  Commit: 09216cfdab87fc97afc0b0bc7998adff5ab283c0
      https://github.com/llvm/llvm-project/commit/09216cfdab87fc97afc0b0bc7998adff5ab283c0
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M flang/test/Driver/fast_math.f90

  Log Message:
  -----------
  [flang] Use clang sysroot image to test fastmath linking

This test has been very unreliable across different machines. Update it
to use clang's sysroot image so that the fastmath object file name is
stable across different distributions and distro types.

Based on clang/test/Driver/linux-ld.c

Thanks to mnadeem for pointing this out at https://reviews.llvm.org/D138675

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


Compare: https://github.com/llvm/llvm-project/compare/5ae99be03772...09216cfdab87


More information about the All-commits mailing list