[PATCH] D12112: x32. Fixes jmp %reg in x32

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 13:59:08 PDT 2015


dschuff added inline comments.

================
Comment at: test/CodeGen/X86/x32-indirectbr.ll:21
@@ +20,3 @@
+}
+; CHECK: movl {{.*}}, %{{e|r}}[[REG:.[^d]*]]{{d?}}
+; CHECK: jmpq *%r[[REG]]
----------------
%{{e|r}}
if you are checking for a movl, then %rXX shouldn't be allowed, should it?


http://reviews.llvm.org/D12112





More information about the llvm-commits mailing list