[all-commits] [llvm/llvm-project] 0c8714: [InstCombine] Use replaceOperand() in assoc cast s...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Mar 29 11:30:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c8714006582dc4a4e7c646c7dba2ef8302ed85a
      https://github.com/llvm/llvm-project/commit/0c8714006582dc4a4e7c646c7dba2ef8302ed85a
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-03-29 (Sun, 29 Mar 2020)

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

  Log Message:
  -----------
  [InstCombine] Use replaceOperand() in assoc cast simplification

To make sure the old operands are DCEd.

NFC apart from worklist order.




More information about the All-commits mailing list