diff options
author | Thurston Dang <thurston@google.com> | 2025-01-26 16:04:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-26 16:04:30 -0800 |
commit | 980e86f130eea02bd41b887f4ed896340fc90f6c (patch) | |
tree | fc20c283b52c592f0e0c0e4964f0e47c21e32134 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | db79fb2a91df31a07f312f8e061936927ac5c506 (diff) | |
download | llvm-980e86f130eea02bd41b887f4ed896340fc90f6c.zip llvm-980e86f130eea02bd41b887f4ed896340fc90f6c.tar.gz llvm-980e86f130eea02bd41b887f4ed896340fc90f6c.tar.bz2 |
[msan] Add avx512-intrinsics.ll and avx512-intrinsics-upgrade.ll test case (#123980)
These are forked from the corresponding files in llvm/test/CodeGen/X86/.
avx512-intrinsics.ll shows that many intrinsics are already
heuristically handled by MSan, and can be used to track refinements to
the intrinsic handling.
avx512-intrinsics-upgrade.ll tests intrinsics that LLVM "auto-upgrades";
for example, @llvm.x86.avx512.mask.store is converted into
@llvm.masked.store (which has the interesting side effect that
MemorySanitizer can already handle it via its existing
handleMaskedStore).
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions