[all-commits] [llvm/llvm-project] 047a41: [polly] Drop redundant use of -instnamer in polly ...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Fri Apr 28 04:24:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 047a41446d2bc8d2950ee8cf8e5b6446ebefc9b1
      https://github.com/llvm/llvm-project/commit/047a41446d2bc8d2950ee8cf8e5b6446ebefc9b1
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M polly/test/CodeGen/MemAccess/codegen_address_space.ll
    M polly/test/CodeGen/MemAccess/codegen_constant_offset.ll
    M polly/test/CodeGen/MemAccess/codegen_simple.ll
    M polly/test/CodeGen/MemAccess/codegen_simple_float.ll

  Log Message:
  -----------
  [polly] Drop redundant use of -instnamer in polly MemAccess lit tests

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


  Commit: cf59f649ffa14818487713fd2636992b62a69a76
      https://github.com/llvm/llvm-project/commit/cf59f649ffa14818487713fd2636992b62a69a76
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/lib/Transforms/Utils/InstructionNamer.cpp
    M llvm/lib/Transforms/Utils/MetaRenamer.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp

  Log Message:
  -----------
  Re-apply "[Passes] Remove legacy PM versions of InstructionNamer and MetaRenamer"

A new attempt after removing uses of -instnamer in polly lit tests
in D148530.


Compare: https://github.com/llvm/llvm-project/compare/32dbe0f5c087...cf59f649ffa1


More information about the All-commits mailing list