"llvm/bindings/Makefile" did not exist on "5780de621942b43a24d0027f2ee039b367012224"
[LAA] Remove overeager assertion for aggregate types.
0a00d64e turned an early exit here into an assertion, but the assertion can be triggered, as PR52920 shows. The later code is agnostic to the accessed type, so just drop the assert. The patch also adds tests for LAA directly and loop-load-elimination to show the behavior is sane.
Loading
Please sign in to comment