[all-commits] [llvm/llvm-project] d8a98a: [ConstantRange][CVP] Compute min/max/abs intrinsic...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jul 30 13:22:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8a98a9c351be0a535ce5c3b9b200a76e9b16d3a
      https://github.com/llvm/llvm-project/commit/d8a98a9c351be0a535ce5c3b9b200a76e9b16d3a
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/test/Transforms/CorrelatedValuePropagation/minmaxabs.ll

  Log Message:
  -----------
  [ConstantRange][CVP] Compute min/max/abs intrinsic ranges

Wire up ConstantRange::intrinsic() to the existing primitives for
min, max and abs.

The poison flag on abs is not yet taken into account.




More information about the All-commits mailing list