[all-commits] [llvm/llvm-project] c8a914: [LiveDebugValues] Fix comparison operator in VarLo...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Tue Jan 12 00:46:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8a914db5c60dbeb5b638f30a9915855a67805f7
      https://github.com/llvm/llvm-project/commit/c8a914db5c60dbeb5b638f30a9915855a67805f7
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp

  Log Message:
  -----------
  [LiveDebugValues] Fix comparison operator in VarLocBasedImpl

The issue was introduced in commit rG84a1120943a651184bae507fed5d648fee381ae4
and would cause a VarLoc's StackOffset to be compared with its own, instead of
the StackOffset from the other VarLoc. This patch fixes that.




More information about the All-commits mailing list