SafeStack instrumentation should not insert anything inbetween musttail call and return instruction.
For every ReturnInst that needs to be instrumented, we adjust the insertion point to the musttail call if exists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
400 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
llvm/test/Transforms/SafeStack/X86/musttail.ll | ||
---|---|---|
33 | the test shows that we don't insert stuff after musttail maybe just generate the test with llvm-project/llvm/utils/update_test_checks.py? |
the test shows that we don't insert stuff after musttail
it does not show where exactly it goes
maybe just generate the test with llvm-project/llvm/utils/update_test_checks.py?