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

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 07:18:42 PDT 2023


Orlando added a comment.

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>.


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