llvm-project
8cf0f9ab - [msan] Add conservative handling of vscale params (#90167)

Commit
1 year ago
[msan] Add conservative handling of vscale params (#90167) Msan uses `__msan_param_tls` to pass shadow of arguments. Position of arguments is expected to be available during compile time, if size of the argument is know. This is not true for vscale. As work around we require that vscale parameters are always initialized, then we don't need to pass shadow. Ret val should work out of the box as we don't need to know size compile time.
Author
Parents
Loading