Skip to content

Commit 86711f3

Browse files
committed
address comments
1 parent 0e40e7b commit 86711f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Changes to the X86 Backend
221221

222222
* Supported ISA of `SM4(EVEX)`.
223223

224-
* Support ISA of `MSR_IMM`.
224+
* Supported ISA of `MSR_IMM`.
225225

226226
Changes to the OCaml bindings
227227
-----------------------------

llvm/test/MC/X86/msrimm-64-att.s

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// RUN: llvm-mc -triple x86_64 --show-encoding %s | FileCheck %s
2+
// RUN: not llvm-mc -triple i386 -show-encoding %s 2>&1 | FileCheck %s --check-prefix=ERROR
3+
4+
// ERROR-COUNT-2: error:
5+
// ERROR-NOT: error:
26

37
// CHECK: rdmsr $123, %r9
48
// CHECK: encoding: [0xc4,0xc7,0x7b,0xf6,0xc1,0x7b,0x00,0x00,0x00]

0 commit comments

Comments
 (0)