[all-commits] [llvm/llvm-project] 00264e: Revert "InstSimplify: Require instruction be paren...
Alan Zhao via All-commits
all-commits at lists.llvm.org
Fri Jun 16 10:37:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00264eac4d0938ae8a0826da38e4777be269124c
https://github.com/llvm/llvm-project/commit/00264eac4d0938ae8a0826da38e4777be269124c
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 "InstSimplify: Require instruction be parented"
This reverts commit 1536e299e63d7788f38117b0212ca50eb76d7a3b.
Reason: causes a regression in the inliner (see https://crbug.com/1454531 and https://reviews.llvm.org/rG1536e299e63d7788f38117b0212ca50eb76d7a3b#1217141)
More information about the All-commits
mailing list