Commit e5377d0
Automerge: [msan] Handle x86.avx512fp16.{add,sub.mul,div,min,max}.ph.512 (#136619)
These are handled similarly to x86_avx512_(min|max)_p[sd]_512 intrinsics
(llvm/llvm-project#124421) i.e., using
maybeHandleSimpleNomemIntrinsic, with the last parameter being the
rounding method.
Updates the test from llvm/llvm-project#136260File tree
2 files changed
+98
-290
lines changed- llvm
- lib/Transforms/Instrumentation
- test/Instrumentation/MemorySanitizer/X86
2 files changed
+98
-290
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5022 | 5022 | | |
5023 | 5023 | | |
5024 | 5024 | | |
| 5025 | + | |
| 5026 | + | |
| 5027 | + | |
| 5028 | + | |
| 5029 | + | |
| 5030 | + | |
5025 | 5031 | | |
5026 | 5032 | | |
5027 | 5033 | | |
| |||
0 commit comments