[PATCH] D50220: [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 4 03:03:29 PDT 2018


HsiangKai updated this revision to Diff 159176.
HsiangKai added a comment.

Revert https://reviews.llvm.org/rL336176. After refactoring  DbgInfoIntrinsic, there is no need to check if it is DbgLabelInst or not in getVariableLocation().


Repository:
  rL LLVM

https://reviews.llvm.org/D50220

Files:
  include/llvm-c/Core.h
  include/llvm/IR/InstVisitor.h
  include/llvm/IR/IntrinsicInst.h
  include/llvm/Transforms/Utils/Local.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/IR/IntrinsicInst.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/InstCombine/InstructionCombining.cpp
  lib/Transforms/Scalar/ADCE.cpp
  lib/Transforms/Scalar/Reassociate.cpp
  lib/Transforms/Scalar/SROA.cpp
  lib/Transforms/Utils/Local.cpp
  lib/Transforms/Utils/LoopRotationUtils.cpp
  lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  unittests/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50220.159176.patch
Type: text/x-patch
Size: 29570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180804/af6ddc78/attachment.bin>


More information about the llvm-commits mailing list