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 6585af4 commit 3f8fc04Copy full SHA for 3f8fc04
llvm/test/Instrumentation/MemorySanitizer/or.ll
@@ -1,8 +1,7 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2
; RUN: opt < %s -S -passes=msan 2>&1 | FileCheck %s
3
;
4
-; Test bitwise OR instructions, especially the "disjoint OR", which is
5
-; currently handled incorrectly by MSan (as if it was a regular OR).
+; Test bitwise OR instructions, including "disjoint OR".
6
7
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
8
target triple = "x86_64-unknown-linux-gnu"
0 commit comments