[PATCH] D32420: [GlobalISel][X86] handle not symmetric G_COPY
Guy Blank via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 07:45:40 PDT 2017
guyblank added inline comments.
================
Comment at: test/CodeGen/X86/GlobalISel/binop.ll:27
+define i16 @test_add_i16(i16 %arg1, i16 %arg2) {
+; ALL-LABEL: test_add_i16:
----------------
can you add tests just for the COPY?
returning the arguments i suppose.
https://reviews.llvm.org/D32420
More information about the llvm-commits
mailing list