[all-commits] [llvm/llvm-project] 547567: [LV] Add test for missing debug info on branch in ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Apr 8 08:23:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 547567fe2b3a66e13a9bdc4683f1228889801b75
      https://github.com/llvm/llvm-project/commit/547567fe2b3a66e13a9bdc4683f1228889801b75
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/debugloc.ll

  Log Message:
  -----------
  [LV] Add test for missing debug info on branch in vector loop.

Adds a test case where currently no debug location is added to branches
in the vector body.


  Commit: 29fe998eaa38d52d0f764800e17917cff1375598
      https://github.com/llvm/llvm-project/commit/29fe998eaa38d52d0f764800e17917cff1375598
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/test/Transforms/LoopVectorize/debugloc.ll

  Log Message:
  -----------
  [VPlan] Preserve debug location when creating branch.

Update createEmptyBasicBlock to preserve the debug location of the
previous terminator.


Compare: https://github.com/llvm/llvm-project/compare/07005440ae14...29fe998eaa38


More information about the All-commits mailing list