[PATCH] D145168: Move DBG_VALUE's that depend on loads to after a load if the load is moved due to the pre register allocation ld/st optimization pass

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 11:28:19 PDT 2023


rastogishubham marked an inline comment as done.
rastogishubham added inline comments.


================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:23
 #include "llvm/ADT/iterator_range.h"
+#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/IR/Constants.h"
----------------
MaskRay wrote:
> There is a library layering issue https://llvm.org/docs/CodingStandards.html#library-layering
> 
> LLVMCore cannot use LLVMCodeGen headers :)
Thank you for bringing that to my attention!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145168



More information about the llvm-commits mailing list