[all-commits] [llvm/llvm-project] 92ec61: [GlobalISel] Compute debug location when merging s...

Anton Sidorenko via All-commits all-commits at lists.llvm.org
Tue Nov 1 04:36:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92ec61498831550b0e1231c2150e686cdf2fc125
      https://github.com/llvm/llvm-project/commit/92ec61498831550b0e1231c2150e686cdf2fc125
  Author: Anton Sidorenko <anton.sidorenko at syntacore.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/store-merging-debug.mir

  Log Message:
  -----------
  [GlobalISel] Compute debug location when merging stores more accurately

Originaly the loop did almost nothing as the calculated location was
overwritten on the next iteration.

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




More information about the All-commits mailing list