[all-commits] [llvm/llvm-project] 6bd3a0: [NFC][SROA] Add tests with store-into-select-of-addrs

Roman Lebedev via All-commits all-commits at lists.llvm.org
Sat Dec 10 10:08:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bd3a02e2d2836017a50b52b98598c8955bc89cf
      https://github.com/llvm/llvm-project/commit/6bd3a02e2d2836017a50b52b98598c8955bc89cf
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
    A llvm/test/Transforms/SROA/select-store.ll

  Log Message:
  -----------
  [NFC][SROA] Add tests with store-into-select-of-addrs


  Commit: 89a6106ce50689c733be13aaef4be5f3f73708a2
      https://github.com/llvm/llvm-project/commit/89a6106ce50689c733be13aaef4be5f3f73708a2
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/SROA.h
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/test/Transforms/SROA/select-store.ll

  Log Message:
  -----------
  [SROA] Rewrite store-into-selected-address into predicated stores

Same basic idea as with unfolding loads into predicated loads,
but we obviously can't have speculative stores.


Compare: https://github.com/llvm/llvm-project/compare/93b1ec3652aa...89a6106ce506


More information about the All-commits mailing list