[all-commits] [llvm/llvm-project] 5f14ae: [mlir] Fix Visual Studio warnings
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Tue May 3 14:13:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f14aee3bb53de238db8de0e7f82da49baf75dc0
https://github.com/llvm/llvm-project/commit/5f14aee3bb53de238db8de0e7f82da49baf75dc0
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M mlir/include/mlir/Support/InterfaceSupport.h
M mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
Log Message:
-----------
[mlir] Fix Visual Studio warnings
There are only a couple of warnings when compiling with VS on Windows. This fixes the last remaining warnings so that we can enable LLVM_ENABLE_WERROR on the mlir windows bot.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D124862
More information about the All-commits
mailing list