[all-commits] [llvm/llvm-project] 698068: [X86] Use ReplaceAllUsesWith instead of ReplaceAll...

topperc via All-commits all-commits at lists.llvm.org
Fri Jan 10 20:31:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 69806808b918adc9b24bee05654b1d6dad91ef74
      https://github.com/llvm/llvm-project/commit/69806808b918adc9b24bee05654b1d6dad91ef74
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

  Log Message:
  -----------
  [X86] Use ReplaceAllUsesWith instead of ReplaceAllUsesOfValueWith to simplify some code. NFCI




More information about the All-commits mailing list