We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0d9e1 commit 4da8328Copy full SHA for 4da8328
llvm/test/Instrumentation/MemorySanitizer/AArch64/qshrn.ll
@@ -2,6 +2,9 @@
2
; RUN: opt < %s -passes=msan -S | FileCheck %s
3
;
4
; Forked from llvm/test/CodeGen/AArch64/qshrn.ll
5
+;
6
+; Heuristically (but correctly) handled: llvm.smax, llvm.smin, llvm.umin
7
+; Incorrectly handled (handleUnknownInstruction): llvm.aarch64.neon.sqxtn, llvm.aarch64.neon.sqxtun, llvm.aarch64.neon.uqxtn
8
9
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
10
target triple = "aarch64--linux-android9001"
0 commit comments