[all-commits] [llvm/llvm-project] c7a328: [AggressiveInstCombine] Pre-Commit test for D14444...

Kohei Asano via All-commits all-commits at lists.llvm.org
Thu Mar 23 07:31:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7a3284de3059ecb5940dac19dda897ade0d11b4
      https://github.com/llvm/llvm-project/commit/c7a3284de3059ecb5940dac19dda897ade0d11b4
  Author: khei4 <kk.asano.luxy at gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    A llvm/test/Transforms/AggressiveInstCombine/patterned-load.ll
    R llvm/test/Transforms/InstSimplify/load-patterned-aggregates.ll
    M llvm/test/Transforms/InstSimplify/load.ll

  Log Message:
  -----------
  [AggressiveInstCombine] Pre-Commit test for D144445 (NFC)

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

tweak: test


  Commit: 434b0badb5d53138490a075dd945df7480649154
      https://github.com/llvm/llvm-project/commit/434b0badb5d53138490a075dd945df7480649154
  Author: khei4 <kk.asano.luxy at gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 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 alignment
Differential Revision: https://reviews.llvm.org/D144445
Reviewed By: nikic

fix: wrong arrow


Compare: https://github.com/llvm/llvm-project/compare/0eabf59528f3...434b0badb5d5


More information about the All-commits mailing list