Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1648)

Unified Diff: tests_lit/assembler/arm32/check-reg-classes.ll

Issue 1687163002: Fix missing register class. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceTargetLoweringARM32.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/check-reg-classes.ll
diff --git a/tests_lit/assembler/arm32/check-reg-classes.ll b/tests_lit/assembler/arm32/check-reg-classes.ll
new file mode 100644
index 0000000000000000000000000000000000000000..a0956fadb6878a8ffcd01dc9828467a2a282365c
--- /dev/null
+++ b/tests_lit/assembler/arm32/check-reg-classes.ll
@@ -0,0 +1,12 @@
+; Show that all register classes are defined for ARM32.
+
+
+; REQUIRES: allow_dump
+; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -Om1 \
+; RUN: --verbose=registers | FileCheck %s
+
+define internal void @f() {
+ ret void
+}
+
+; CHECK: Registers available for register allocation:
« no previous file with comments | « src/IceTargetLoweringARM32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698