[all-commits] [llvm/llvm-project] 3e4405: [CVP] Add test for cmp of local phi; NFC

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Feb 26 11:33:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e440545dc4404f5fdc3edceba96d901aeaef923
      https://github.com/llvm/llvm-project/commit/3e440545dc4404f5fdc3edceba96d901aeaef923
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll

  Log Message:
  -----------
  [CVP] Add test for cmp of local phi; NFC


  Commit: 7da3b5e45c254c2366bd330fd4411f80011724ef
      https://github.com/llvm/llvm-project/commit/7da3b5e45c254c2366bd330fd4411f80011724ef
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

  Log Message:
  -----------
  [InstCombine] Simplify DCE code; NFC

As pointed out on D75008, MadeIRChange is already set by
eraseInstFromFunction(), which also already does a debug print.


Compare: https://github.com/llvm/llvm-project/compare/6afc3de42f8f...7da3b5e45c25


More information about the All-commits mailing list