[all-commits] [llvm/llvm-project] c57ef2: [llvm][OpenMPOpt] Remove no-op ptr-to-ptr bitcast ...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Wed Nov 29 17:47:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c57ef2c69846a3f69c9d1db61055ea3b7b5100c3
      https://github.com/llvm/llvm-project/commit/c57ef2c69846a3f69c9d1db61055ea3b7b5100c3
  Author: Youngsuk Kim <joseph942010 at gmail.com>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/custom_state_machines.ll
    M llvm/test/Transforms/OpenMP/gpu_state_machine_function_ptr_replacement.ll
    M llvm/test/Transforms/OpenMP/spmdization.ll
    M llvm/test/Transforms/OpenMP/spmdization_guarding.ll
    M llvm/test/Transforms/OpenMP/spmdization_indirect.ll
    M llvm/test/Transforms/OpenMP/spmdization_no_guarding_two_reaching_kernels.ll

  Log Message:
  -----------
  [llvm][OpenMPOpt] Remove no-op ptr-to-ptr bitcast (NFC) (#73869)

* Remove a call to CreatePointerBitCastOrAddrSpaceCast which merely adds
a no-op ptr-to-ptr bitcast.

* Most of the diff is from removing checks for no-op ptr-to-ptr bitcasts
in relevant LIT tests




More information about the All-commits mailing list