[all-commits] [llvm/llvm-project] 15bff4: [CodeGen] Fix bug in IncrementPointer

david-arm via All-commits all-commits at lists.llvm.org
Mon Sep 14 00:05:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 15bff4dec4360985a6a058a7e42a4ffd590dc665
      https://github.com/llvm/llvm-project/commit/15bff4dec4360985a6a058a7e42a4ffd590dc665
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

  Log Message:
  -----------
  [CodeGen] Fix bug in IncrementPointer

In an earlier patch I meant to add the correct flags to the ADD
node when incrementing the pointer, but forgot to pass them to
SelectionDAG::getNode.

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




More information about the All-commits mailing list