[clang] [compiler-rt] [llvm] Dataflow Sanitizer support for SystemZ. (PR #162195)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 16:50:19 PDT 2025


https://github.com/thurstond commented:

It would be nice to land these two improvements in separate patch(es):
- Add support for non-zero shadow base in getShadowAddress()
- Big-endian support for wide shadows in loadShadowFast()

since they are general fixes, used for but not specific to SystemZ support.

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


More information about the llvm-commits mailing list