[all-commits] [llvm/llvm-project] 02f644: [InstCombine] Teach removeBitcastsFromLoadStoreOnM...

topperc via All-commits all-commits at lists.llvm.org
Mon Dec 16 12:14:27 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 02f644c59ad0d480285b569a0c5ecbd038866ce8
      https://github.com/llvm/llvm-project/commit/02f644c59ad0d480285b569a0c5ecbd038866ce8
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/test/Transforms/InstCombine/PR37526.ll

  Log Message:
  -----------
  [InstCombine] Teach removeBitcastsFromLoadStoreOnMinMax not to change the size of a store.

We can change the type as long as we don't change the size.

Fixes PR44306

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




More information about the All-commits mailing list