[PATCH] D38765: Don't replace constants with constants in GVN

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 21:22:31 PDT 2017


davide added a comment.

In trunk now.

   git svn dcommit --interactive
  Committing to https://llvm.org/svn/llvm-project/llvm/trunk ...
  commit 9bafdc0fb7038b1729d180b7306bae1f068c7785
  Author: Davide Italiano <dccitaliano at gmail.com>
  Date:   Tue Oct 10 21:20:54 2017 -0700
  
      [GVN] Don't replace constants with constants.
  
      This fixes PR34908. Patch by Alex Crichton!
  
      Differential Revision:  https://reviews.llvm.org/D38765
  
   create mode 100644 test/Transforms/GVN/pr34908.ll
  Commit this patch to SVN? ([y]es (default)|[n]o|[q]uit|[a]ll): y
          A       test/Transforms/GVN/pr34908.ll
          M       lib/Transforms/Scalar/GVN.cpp
  Committed r315429


Repository:
  rL LLVM

https://reviews.llvm.org/D38765





More information about the llvm-commits mailing list