[all-commits] [llvm/llvm-project] ed86e7: Revert "[SROA] Limit the number of allowed slices ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Nov 9 07:39:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed86e740effaf1de540820a145a9df44eaf0df0e
https://github.com/llvm/llvm-project/commit/ed86e740effaf1de540820a145a9df44eaf0df0e
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
R llvm/test/Transforms/SROA/huge-size.ll
Log Message:
-----------
Revert "[SROA] Limit the number of allowed slices when trying to split allocas"
This reverts commit e13e808283f7fd9e873ae922dd1ef61aeaa0eb4a.
This causes performance regressions on GPU targets, see
https://github.com/llvm/llvm-project/issues/69785. Revert the
change for now.
More information about the All-commits
mailing list