[PATCH] D151254: InstSimplify: Require instruction be parented

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 14:30:54 PDT 2023


arsenm updated this revision to Diff 527979.
arsenm marked an inline comment as done.
arsenm added a comment.

Delete test


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

https://reviews.llvm.org/D151254

Files:
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/Analysis/InstructionSimplify.h
  llvm/include/llvm/IR/BasicBlock.h
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/IR/BasicBlock.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Utils/CloneFunction.cpp
  llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/Inline/inline_inv_group.ll
  llvm/test/Transforms/Inline/simplify-instruction-computeKnownFPClass-context.ll
  llvm/test/Transforms/LoopRotate/pr56260.ll
  llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
  llvm/test/Transforms/SimplifyCFG/pr46638.ll
  llvm/unittests/Transforms/Utils/LocalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151254.527979.patch
Type: text/x-patch
Size: 16405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/784ac882/attachment.bin>


More information about the llvm-commits mailing list