[all-commits] [llvm/llvm-project] 293d81: [InstCombine] Don't explicitly invoke const foldin...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Mar 4 09:35:50 PST 2020


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

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

  Log Message:
  -----------
  [InstCombine] Don't explicitly invoke const folding in shift combine

InstCombine uses an IRBuilder that automatically performs
target-dependent constant folding, so explicitly invoking it here
is not necessary.




More information about the All-commits mailing list