[all-commits] [llvm/llvm-project] e7fbb3: [SROA] Break typed pointer support
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 26 02:42:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7fbb381c8476ab740bc1a494ce3eeb1dc551981
https://github.com/llvm/llvm-project/commit/e7fbb381c8476ab740bc1a494ce3eeb1dc551981
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[SROA] Break typed pointer support
This removes typed pointer support in a prominent place in the
optimization pipeline, to ensure that any non-trivial consumers
of tip-of-tree LLVM are aware that this is no longer a supported
configuration.
More information about the All-commits
mailing list