[PATCH] D26128: [X86][avx512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 30 05:27:46 PDT 2016
delena added inline comments.
================
Comment at: lib/IR/AutoUpgrade.cpp:681
+static Value* upgradeMaskedMove(IRBuilder<> &Builder, CallInst &CI) {
+ Value* a = CI.getArgOperand(0);
+ Value* b = CI.getArgOperand(1);
----------------
All variables should start from a capital letter.
https://reviews.llvm.org/D26128
More information about the llvm-commits
mailing list