nikic requested changes to this revision. nikic added a comment. This revision now requires changes to proceed.
Could you please split the change to printing + the test updates from all the other changes? The code changes get lost in the large diff. ================ Comment at: llvm/include/llvm-c/Core.h:4090 */ -int LLVMGetUndefMaskElem(void); +int LLVMGetPoisonMaskElem(void); ---------------- This breaks C API compatibility without good cause. Either leave this name alone or add a function with the new name and mark this one as deprecated. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149210/new/ https://reviews.llvm.org/D149210 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits