[all-commits] [llvm/llvm-project] 4dd332: Fix return status of LoopDistribute

serge-sans-paille via All-commits all-commits at lists.llvm.org
Thu Jun 18 11:13:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dd332723de9c77e313e6aa066639716ca3c7535
      https://github.com/llvm/llvm-project/commit/4dd332723de9c77e313e6aa066639716ca3c7535
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

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

  Log Message:
  -----------
  Fix return status of LoopDistribute

Move code that may update the IR after precondition, so that if precondition
fail, the IR isn't modified.

Differential Revision: https://reviews.llvm.org/D81225




More information about the All-commits mailing list