[all-commits] [llvm/llvm-project] f452c9: Reassociate: Convert tests to opaque pointers

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Nov 27 10:26:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f452c9622f88f882614c3a85ff5050927318ecc5
      https://github.com/llvm/llvm-project/commit/f452c9622f88f882614c3a85ff5050927318ecc5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    M llvm/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll
    M llvm/test/Transforms/Reassociate/basictest.ll
    M llvm/test/Transforms/Reassociate/crash.ll
    M llvm/test/Transforms/Reassociate/crash2.ll
    M llvm/test/Transforms/Reassociate/cse-pairs.ll
    M llvm/test/Transforms/Reassociate/fast-basictest.ll
    M llvm/test/Transforms/Reassociate/keep-debug-loc.ll
    M llvm/test/Transforms/Reassociate/load-combine-like-or.ll
    M llvm/test/Transforms/Reassociate/looptest.ll
    M llvm/test/Transforms/Reassociate/pr12245.ll
    M llvm/test/Transforms/Reassociate/pr21205.ll
    M llvm/test/Transforms/Reassociate/pr28367.ll
    M llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll
    M llvm/test/Transforms/Reassociate/reassociate-deadinst.ll
    M llvm/test/Transforms/Reassociate/reassociate-landingpad.ll
    M llvm/test/Transforms/Reassociate/reassociate_salvages_debug_info.ll
    M llvm/test/Transforms/Reassociate/secondary.ll
    M llvm/test/Transforms/Reassociate/vaarg_movable.ll
    M llvm/test/Transforms/Reassociate/xor_reassoc.ll

  Log Message:
  -----------
  Reassociate: Convert tests to opaque pointers

canonicalize-neg-const.ll had some issues. The script somehow decided
to delete half the run line and merge it with the example expression
(which it also deleted most of).




More information about the All-commits mailing list