[llvm-branch-commits] [llvm] [AArch64][PAC] Move emission of LR checks in tail calls to AsmPrinter (PR #110705)

Daniil Kovalev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 4 03:57:26 PDT 2024


kovdan01 wrote:

@atrosinenko With this patch applied, the following tests in test-suite compiled in Release mode become failed with segmentation fault:

1. SingleSource/Benchmarks/Misc-C++-EH/spirit.test
2. MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.test
3. MultiSource/Benchmarks/Prolangs-C++/shapes/shapes.test
4. MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.test
5. MultiSource/Benchmarks/Bullet/bullet.test
6. MultiSource/Applications/lambda-0.1.3/lambda.test
7. MultiSource/Applications/kimwitu++/kc.test

I'm now preparing a minimal reproducer for that. Stay tuned.



https://github.com/llvm/llvm-project/pull/110705


More information about the llvm-branch-commits mailing list