[all-commits] [llvm/llvm-project] d37fe2: [NFC][IR] Type: add getWithNewType() method

Roman Lebedev via All-commits all-commits at lists.llvm.org
Mon Mar 22 14:52:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d37fe26a2bbf2f59e3fe3385ef7127086c9d7ee1
      https://github.com/llvm/llvm-project/commit/d37fe26a2bbf2f59e3fe3385ef7127086c9d7ee1
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/Type.h
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp

  Log Message:
  -----------
  [NFC][IR] Type: add getWithNewType() method

Sometimes you want to get a type with same vector element count
as the current type, but different element type,
but there's no QOL wrapper to do that. Add one.


  Commit: 046bb8ea7c86603177ab4c58d36c81481567ff37
      https://github.com/llvm/llvm-project/commit/046bb8ea7c86603177ab4c58d36c81481567ff37
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
    M llvm/test/Transforms/InstCombine/PR30597.ll
    M llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
    M llvm/test/Transforms/InstCombine/cast_ptr.ll
    M llvm/test/Transforms/InstCombine/icmp.ll
    M llvm/test/Transforms/InstCombine/indexed-gep-compares.ll
    M llvm/test/Transforms/InstCombine/intptr1.ll
    M llvm/test/Transforms/InstCombine/intptr3.ll
    M llvm/test/Transforms/InstCombine/intptr7.ll
    M llvm/test/Transforms/InstCombine/multi-size-address-space-pointer.ll

  Log Message:
  -----------
  [NFC][InstCombine] Autogenerate some checklines being affected by upcoming change


  Commit: bde995c9c2a0f73c69f1ca60b94bec0bebf20537
      https://github.com/llvm/llvm-project/commit/bde995c9c2a0f73c69f1ca60b94bec0bebf20537
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    A llvm/test/Transforms/SROA/2009-02-20-InstCombine-SROA.ll
    M llvm/test/Transforms/SROA/phi-with-duplicate-pred.ll

  Log Message:
  -----------
  [NFC][SROA] Add some more tests for speculation around PHI's


Compare: https://github.com/llvm/llvm-project/compare/95f7f7c21b47...bde995c9c2a0


More information about the All-commits mailing list