[all-commits] [llvm/llvm-project] 6bd1db: [InstCombine] Don't let an alignment assume preven...

hjyamauchi via All-commits all-commits at lists.llvm.org
Wed Jul 1 09:22:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bd1db08e7ccd61996d3867d22ff8eb1979f8621
      https://github.com/llvm/llvm-project/commit/6bd1db08e7ccd61996d3867d22ff8eb1979f8621
  Author: Hiroshi Yamauchi <yamauchi at google.com>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/test/Transforms/InstCombine/malloc-free-delete.ll
    M llvm/test/Transforms/PhaseOrdering/inlining-alignment-assumptions.ll

  Log Message:
  -----------
  [InstCombine] Don't let an alignment assume prevent new/delete removals.

Remove allocations with alignment assume.

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




More information about the All-commits mailing list