[PATCH] D134119: [msan] Handle x86_avx_cmp_pd_256 and x86_avx_cmp_ps_256
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 06:47:06 PDT 2022
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - cheers
================
Comment at: llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll:290
; CHECK: 3:
-; CHECK-NEXT: call void @__msan_warning_noreturn() #[[ATTR8]]
+; CHECK-NEXT: call void @__msan_warning_noreturn() #[[ATTR8:[0-9]+]]
; CHECK-NEXT: unreachable
----------------
these changes look superfluous - precommit to clean up the test codegen checks?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134119/new/
https://reviews.llvm.org/D134119
More information about the llvm-commits
mailing list