[all-commits] [llvm/llvm-project] 39a067: [AggressiveInstCombine] folding load for const...

Kohei Asano via All-commits all-commits at lists.llvm.org
Fri May 12 03:02:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39a0677784d1b53f2d6e33af2a53e915f3f62c86
      https://github.com/llvm/llvm-project/commit/39a0677784d1b53f2d6e33af2a53e915f3f62c86
  Author: khei4 <kk.asano.luxy at gmail.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
    M llvm/test/Transforms/AggressiveInstCombine/patterned-load.ll

  Log Message:
  -----------
      [AggressiveInstCombine] folding load for constant global patterened arrays and structs by GEP-indices
    Differential Revision: https://reviews.llvm.org/D146622
    Fixes https://github.com/llvm/llvm-project/issues/61615
    Reviewed By: nikic




More information about the All-commits mailing list