[PATCH] D57636: [COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 4 16:37:24 PST 2019
efriedma added a comment.
In test/CodeGen/arm64-microsoft-status-reg.cpp, you can write something like `// CHECK-IR: %[[VAR:.*]] = call i64 @llvm.read_register.i64(metadata ![[MD2:.*]])`, then `// CHECK-IR-NEXT: store i64 %[[VAR]]` on the next line. See also http://llvm.org/docs/CommandGuide/FileCheck.html .
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57636/new/
https://reviews.llvm.org/D57636
More information about the cfe-commits
mailing list