[all-commits] [llvm/llvm-project] 89dcbd: [X86] combineSetCCMOVMSK - consistently use CmpBit...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Jun 20 04:35:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89dcbdfcfd3a76cb8c8ba0effef6cc8706564177
https://github.com/llvm/llvm-project/commit/89dcbdfcfd3a76cb8c8ba0effef6cc8706564177
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-20 (Sat, 20 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineSetCCMOVMSK - consistently use CmpBits variable. NFCI.
The comparison value should be the same size - I've added an assert to be absolutely certain.
More information about the All-commits
mailing list