[PATCH] D17032: [X86] Add a pass to change byte and word instructions to zero-extending versions.
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 15:55:58 PST 2016
spatel added a comment.
In http://reviews.llvm.org/D17032#349257, @kbsmith1 wrote:
> Given those considerations, I thought X86FixupBWInsts was a more appropriate name. But if after hearing this explanation, you (or others) feel strongly about using a different file name, I will change it.
I think it's fine as-is. If and when we add other transforms, we can change it.
http://reviews.llvm.org/D17032
More information about the llvm-commits
mailing list