[all-commits] [llvm/llvm-project] f8ff72: [mlir][LLVM] erase call mappings in forgetMapping()

Tom Eccles via All-commits all-commits at lists.llvm.org
Wed Mar 20 03:02:50 PDT 2024


  Branch: refs/heads/users/tblah/omp_array_reduction_4
  Home:   https://github.com/llvm/llvm-project
  Commit: f8ff72746945306662a1ff7f7ff5024c9a80e1b3
      https://github.com/llvm/llvm-project/commit/f8ff72746945306662a1ff7f7ff5024c9a80e1b3
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp

  Log Message:
  -----------
  [mlir][LLVM] erase call mappings in forgetMapping()

It looks like the mappings for call instructions were forgotten here.
This fixes a bug in OpenMP when inlining a region containing call
operations multiple times.


  Commit: 9b64ec713b3b75319525dc3d88003ba8e6c8d45f
      https://github.com/llvm/llvm-project/commit/9b64ec713b3b75319525dc3d88003ba8e6c8d45f
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    A mlir/test/Target/LLVMIR/openmp-reduction-call.mlir

  Log Message:
  -----------
  Add test


  Commit: a7269972ff1a9ce914260bafcb463fb53f047695
      https://github.com/llvm/llvm-project/commit/a7269972ff1a9ce914260bafcb463fb53f047695
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M mlir/test/Target/LLVMIR/openmp-reduction-call.mlir

  Log Message:
  -----------
  Simplify test


Compare: https://github.com/llvm/llvm-project/compare/02550e13fc8e...a7269972ff1a

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list