[all-commits] [llvm/llvm-project] 3d52b1: Revert "[InstCombine] Drop debug loc in TryToSinkI...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Mon Jul 13 15:29:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d52b1e81b7b3891d9132d826d4889119fad7d00
https://github.com/llvm/llvm-project/commit/3d52b1e81b7b3891d9132d826d4889119fad7d00
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
R llvm/test/Transforms/InstCombine/sink_to_unreachable_dbg.ll
Log Message:
-----------
Revert "[InstCombine] Drop debug loc in TryToSinkInstruction (reland)"
This reverts commit 9649c2095f07a392bc2b2a93b5bd6c4c9bf5ba34. See
discussion on the llvm-commits thread: if it's OK to preserve the
location when sinking a call, it's probably OK to always preserve the
location.
More information about the All-commits
mailing list