[all-commits] [llvm/llvm-project] 79d2c2: [SimplifyIndVar][NFC] Refactor Binary Operator's f...

Max Kazantsev via All-commits all-commits at lists.llvm.org
Fri Feb 10 00:24:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79d2c26f89e116e0802aa83989c106bcd95522d4
      https://github.com/llvm/llvm-project/commit/79d2c26f89e116e0802aa83989c106bcd95522d4
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp

  Log Message:
  -----------
  [SimplifyIndVar][NFC] Refactor Binary Operator's flag strengthening

Extract complex logic of Binary Operator's flag strengthening to a separate
method in order to reuse it.

Patch by Aleksandr Popov!

Differential Revision: https://reviews.llvm.org/D143562
Reviewed By: mkazantsev




More information about the All-commits mailing list