[PATCH] D12656: PR 23155: Change test to allow movzbl, movzwl in place of movb, movw instructions

Kevin B. Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 09:33:54 PDT 2015


kbsmith1 added a comment.

Changed title, and explanation as Sanjay suggested.  My expectation is that these tests should allow either the zero-extending
loads, or the plain byte/short instructions, as either are correct for the cpus specified.


http://reviews.llvm.org/D12656





More information about the llvm-commits mailing list