[all-commits] [llvm/llvm-project] 32a456: [InstCombine] Convert tests to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Apr 5 06:26:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32a4566fbb43f7195fd51fbe453b980897cec3fc
      https://github.com/llvm/llvm-project/commit/32a4566fbb43f7195fd51fbe453b980897cec3fc
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M llvm/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
    M llvm/test/Transforms/InstCombine/2011-09-03-Trampoline.ll
    M llvm/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
    M llvm/test/Transforms/InstCombine/bitcast-function.ll
    M llvm/test/Transforms/InstCombine/bitcast-store.ll
    M llvm/test/Transforms/InstCombine/call-cast-target-inalloca.ll
    M llvm/test/Transforms/InstCombine/call-cast-target-preallocated.ll
    M llvm/test/Transforms/InstCombine/call.ll
    M llvm/test/Transforms/InstCombine/callsite_nonnull_args_through_casts.ll
    R llvm/test/Transforms/InstCombine/dbg-cast-of-allocation.ll
    M llvm/test/Transforms/InstCombine/debuginfo-dce.ll
    R llvm/test/Transforms/InstCombine/do-not-clone-dbg-declare.ll
    M llvm/test/Transforms/InstCombine/gep-combine-loop-invariant.ll
    M llvm/test/Transforms/InstCombine/intptr2.ll
    M llvm/test/Transforms/InstCombine/memset2.ll

  Log Message:
  -----------
  [InstCombine] Convert tests to opaque pointers (NFC)

The two debuginfo tests go away because the relevant transforms
no longer occur in this form, e.g. the "cast of alloca" transform
just doesn't exist with opaque pointers.




More information about the All-commits mailing list