[all-commits] [llvm/llvm-project] 46ee10: [OpenMP] Replace HeapToShared's initial value with...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Apr 14 07:39:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46ee1021d976e052476c1373fc22d77f10f8cbcb
      https://github.com/llvm/llvm-project/commit/46ee1021d976e052476c1373fc22d77f10f8cbcb
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/replace_globalization.ll
    M llvm/test/Transforms/OpenMP/spmdization.ll

  Log Message:
  -----------
  [OpenMP] Replace HeapToShared's initial value with `poison`

There's a desire to move away from `undef` in LLVM. Currently we want to
have the `addressspace(3)` variables use `poison` instead.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list