[all-commits] [llvm/llvm-project] aa60d1: [CVP] Add a cl::opt for canonicalization of signed...

arpilipe via All-commits all-commits at lists.llvm.org
Wed Nov 24 13:52:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa60d169ea62ee375910e684d20932519fe3f64f
      https://github.com/llvm/llvm-project/commit/aa60d169ea62ee375910e684d20932519fe3f64f
  Author: Artur Pilipenko <apilipenko at azul.com>
  Date:   2021-11-24 (Wed, 24 Nov 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp

  Log Message:
  -----------
  [CVP] Add a cl::opt for canonicalization of signed relational comparisons

This canonicalization breaks the ability to discard checks in some cases.
Add a command line option to disable it. This option is on by default,
so the change is NFC.

See for details:
https://reviews.llvm.org/D112895#3149487




More information about the All-commits mailing list