[all-commits] [llvm/llvm-project] d6b4f6: Revert "Revert "InstSimplify: Require instruction ...
Alan Zhao via All-commits
all-commits at lists.llvm.org
Fri Jun 16 10:59:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6b4f6786ba5d061d5d5822dd391682dd7185e71
https://github.com/llvm/llvm-project/commit/d6b4f6786ba5d061d5d5822dd391682dd7185e71
Author: Alan Zhao <ayzhao at google.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/Analysis/InstructionSimplify.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/IR/BasicBlock.cpp
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
M llvm/lib/Transforms/Utils/CloneFunction.cpp
M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/test/Transforms/Inline/inline_inv_group.ll
M llvm/test/Transforms/Inline/simplify-instruction-computeKnownFPClass-context.ll
M llvm/test/Transforms/LoopRotate/pr56260.ll
M llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
M llvm/test/Transforms/SampleProfile/pseudo-probe-stale-profile-matching.ll
M llvm/test/Transforms/SimplifyCFG/pr46638.ll
M llvm/unittests/Transforms/Utils/LocalTest.cpp
Log Message:
-----------
Revert "Revert "InstSimplify: Require instruction be parented""
This reverts commit 00264eac4d0938ae8a0826da38e4777be269124c.
Reason: caused a bunch of bots to break
More information about the All-commits
mailing list