[all-commits] [llvm/llvm-project] ded592: [BasicAA] Remove unnecessary sextOrSelf (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Nov 21 12:33:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ded5928866254ea08569aed946dd2a879464da48
      https://github.com/llvm/llvm-project/commit/ded5928866254ea08569aed946dd2a879464da48
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-11-21 (Sat, 21 Nov 2020)

  Changed paths:
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp

  Log Message:
  -----------
  [BasicAA] Remove unnecessary sextOrSelf (NFC)

We are doing a sextOrTrunc directly afterwards, so this seems
useless. There is a multiplication in between, but truncating
before or after the multiplication should not make a difference.




More information about the All-commits mailing list