[PATCH] D148536: [Assignment Tracking] Fix fragment error for some DSE-shortened stores

Haojian Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 07:20:09 PDT 2023


hokein added a comment.

In D148536#4280443 <https://reviews.llvm.org/D148536#4280443>, @Orlando wrote:

> Hi @hokein, thanks for this info.
>
> The library dependency issue was fixed in D148698 <https://reviews.llvm.org/D148698> which moves the functions needed by `DebugInfo.cpp` into LLVMCore (in Value.h). I fixed the bazel-build include issue by removing (the now unused / unneeded) `#include llvm/Analysis/ValueTracking.h` from DebugInfo.cpp in 04452e83ded9bfca0ff272fae9c537dde028daf2 <https://reviews.llvm.org/rG04452e83ded9bfca0ff272fae9c537dde028daf2>.

Great, thanks for the fix!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148536



More information about the llvm-commits mailing list