[all-commits] [llvm/llvm-project] 1038ce: [NFC][PhaseOrdering] Add a test showing new inttop...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Sat Oct 3 12:50:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1038ce4b6bf11c9615e60b503bdb253a000a6d90
      https://github.com/llvm/llvm-project/commit/1038ce4b6bf11c9615e60b503bdb253a000a6d90
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2020-10-03 (Sat, 03 Oct 2020)

  Changed paths:
    A llvm/test/Transforms/PhaseOrdering/instcombine-sroa-inttoptr.ll

  Log Message:
  -----------
  [NFC][PhaseOrdering] Add a test showing new inttoptr casts after SROA due to InstCombine (PR47592)

We could either try to make SROA more picky to the new type
and/or prevent InstCombine from creating the original problem (converting load-stores to operate on ints),
and/or make InstCombine recover the situation by cleaning up all that cruft.


  Commit: cd20c26622287f29f96bf8012d5aa0bd9774c7bc
      https://github.com/llvm/llvm-project/commit/cd20c26622287f29f96bf8012d5aa0bd9774c7bc
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2020-10-03 (Sat, 03 Oct 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/atomic.ll
    M llvm/test/Transforms/InstCombine/loadstore-metadata.ll
    M llvm/test/Transforms/InstCombine/non-integral-pointers.ll

  Log Message:
  -----------
  [NFC][InstCombine] Autogenerate a few tests being affected by an upcoming patch


Compare: https://github.com/llvm/llvm-project/compare/ef72591de971...cd20c2662228


More information about the All-commits mailing list