[all-commits] [llvm/llvm-project] 6cdc36: [InstCombine] Add multiuse tests for cttz transfor...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Feb 16 06:55:36 PST 2020


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

  Changed paths:
    M llvm/test/Transforms/InstCombine/select-cmp-cttz-ctlz.ll

  Log Message:
  -----------
  [InstCombine] Add multiuse tests for cttz transform; NFC

These show incorrect duplication of instructions.


  Commit: 893c630fbe393916d9b7e07a5ac58046ea5db30e
      https://github.com/llvm/llvm-project/commit/893c630fbe393916d9b7e07a5ac58046ea5db30e
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-02-16 (Sun, 16 Feb 2020)

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

  Log Message:
  -----------
  [InstCombine] Create new log2 intrinsic; NFCI

Rather than mixing creation of new instructions and in-place
modification here, create a new log2 intrinsic. This should be
NFC apart from worklist order changes.


Compare: https://github.com/llvm/llvm-project/compare/9658d895c81a...893c630fbe39


More information about the All-commits mailing list