[all-commits] [llvm/llvm-project] 98db27: [LV] Do not check widening decision for instrs out...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Aug 3 02:10:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 98db27711d86d4085db4a4a8ff68f8baa1b094ef
      https://github.com/llvm/llvm-project/commit/98db27711d86d4085db4a4a8ff68f8baa1b094ef
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    A llvm/test/Transforms/LoopVectorize/AArch64/pr46950-load-cast-context-crash.ll

  Log Message:
  -----------
  [LV] Do not check widening decision for instrs outside of loop.

No widening decisions will be computed for instructions outside the
loop. Do not try to get a widening decision. The load/store will be just
a scalar load, so treating at as normal should be fine I think.

Fixes PR46950.

Reviewed By: dmgreen

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




More information about the All-commits mailing list