[all-commits] [llvm/llvm-project] 332d70: [NFC][SimplifyCFG] 'merge compatible invokes': tes...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Fri Feb 4 09:27:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 332d70cd45b5bbb144b969acfaa31c2ab91aef96
      https://github.com/llvm/llvm-project/commit/332d70cd45b5bbb144b969acfaa31c2ab91aef96
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/test/Transforms/SimplifyCFG/X86/merge-compatible-invokes-of-landingpad.ll

  Log Message:
  -----------
  [NFC][SimplifyCFG] 'merge compatible invokes': tests w/ PHI's in landingpad


  Commit: 0d384e9228231c766ce43b8ed27f75a1c15a0cf6
      https://github.com/llvm/llvm-project/commit/0d384e9228231c766ce43b8ed27f75a1c15a0cf6
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [NFC][SimplifyCFG] Extract `IncomingValuesAreCompatible()` out of `SafeToMergeTerminators()`


  Commit: 55cd727c9ad1f2924cb43d7316b5cc050422e441
      https://github.com/llvm/llvm-project/commit/55cd727c9ad1f2924cb43d7316b5cc050422e441
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/Transforms/SimplifyCFG/X86/merge-compatible-invokes-of-landingpad.ll

  Log Message:
  -----------
  [SimplifyCFG] 'merge compatible invokes': allow PHI nodes in landing pads

... iff the incoming values for the invokes-to-be-merged
are compatible (identical).


Compare: https://github.com/llvm/llvm-project/compare/a456ace9c1f0...55cd727c9ad1


More information about the All-commits mailing list