diff options
author | Fangrui Song <i@maskray.me> | 2024-06-28 00:19:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 00:19:46 -0700 |
commit | 72055622e9c63f6ddae850e8382ea095effd2008 (patch) | |
tree | 975fd81dd4ec46d396310d10566c328462e9f3d9 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 4403ece3c5ddccddab365624a1be7cf595a0e52f (diff) | |
download | llvm-72055622e9c63f6ddae850e8382ea095effd2008.zip llvm-72055622e9c63f6ddae850e8382ea095effd2008.tar.gz llvm-72055622e9c63f6ddae850e8382ea095effd2008.tar.bz2 |
[Support] Fix xxh3_128bits for Win32 builds after #95863
`__emulu` is used without including `intrin.h`. Actually, it's better to
rely on compiler optimizations. In this LLVM copy, we try to eliminate
unneceeded workarounds for old compilers.
Pull Request: https://github.com/llvm/llvm-project/pull/96931
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions