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 03db448 commit 48de3e0Copy full SHA for 48de3e0
llvm/test/CodeGen/X86/ubsan-trap-nomerge.ll
@@ -1,8 +1,8 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
; RUN: llc -O3 -mtriple x86_64 -filetype asm -o - %s | FileCheck %s
3
;
4
-; This test shows that ubsantrap can, in the absence of nomerge, be merged by
5
-; the backend into a single ud1 instruction (thus making debugging difficult).
+; This tests that the nomerge attribute for ubsantrap works correctly i.e.,
+; they are lowered to separate ud1 instructions.
6
7
; The LLVM IR was generated from clang/test/CodeGen/ubsan-trap-merge.c with
8
; 'nomerge' manually added to ubsantraps.
0 commit comments