[all-commits] [llvm/llvm-project] 30c163: Revert "[Instruction] Add updateLocationAfterHoist...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Tue Aug 11 14:54:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 30c1633386e7cfb01c0a54b31ccf4c3a3873e71b
      https://github.com/llvm/llvm-project/commit/30c1633386e7cfb01c0a54b31ccf4c3a3873e71b
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/Instruction.h
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/test/DebugInfo/Generic/licm-hoist-debug-loc.ll
    M llvm/test/Transforms/GVN/PRE/phi-translate.ll
    M llvm/test/Transforms/LICM/hoisting-preheader-debugloc.ll
    M llvm/unittests/IR/InstructionsTest.cpp

  Log Message:
  -----------
  Revert "[Instruction] Add updateLocationAfterHoist helper"

This reverts commit 4a646ca9e2caf70d6312714770f516fb83b7e3cb.

This is causing some bots to fail with "!dbg attachment points at wrong
subprogram for function", like:

http://lab.llvm.org:8011/builders/sanitizer-windows/builds/67958/steps/stage%201%20check/logs/stdio




More information about the All-commits mailing list