[PATCH] D82487: [InstCombine] Drop debug loc in TryToSinkInstruction

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 16:48:20 PDT 2020


vsk added a comment.

@tbosch I've reverted this commit in ee3620643dfc88a178fa4ca116cf83014e4ee547 <https://reviews.llvm.org/rGee3620643dfc88a178fa4ca116cf83014e4ee547> as it was causing another issue (errors about inlinable instructions without debug locations). After fixing that problem, I could not reproduce the error you reported in a stage2 clang build.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82487/new/

https://reviews.llvm.org/D82487





More information about the llvm-commits mailing list