[all-commits] [llvm/llvm-project] de3cb9: Fix a bug in memset formation with vectors of non-...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Oct 1 16:11:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: de3cb9548d77726186db2d384193e0565cb0afc5
      https://github.com/llvm/llvm-project/commit/de3cb9548d77726186db2d384193e0565cb0afc5
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/test/Transforms/LoopIdiom/non-integral-pointers.ll

  Log Message:
  -----------
  Fix a bug in memset formation with vectors of non-integral pointers

We were converting the non-integral store into a integer store which is not legal.




More information about the All-commits mailing list