[all-commits] [llvm/llvm-project] fbb2d9: [msan][x86] Fix shadow for FP80 or long double (#7...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Nov 17 14:29:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb2d9383ca5d5adb46b26366237559a853f228f
https://github.com/llvm/llvm-project/commit/fbb2d9383ca5d5adb46b26366237559a853f228f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/X86/vararg_shadow.ll
Log Message:
-----------
[msan][x86] Fix shadow for FP80 or long double (#72706)
FP80 is passed using stack.
More information about the All-commits
mailing list