[all-commits] [llvm/llvm-project] dbd99c: [OpenMP][MLIR] Fix warning from getIsDevice Offloa...
agozillon via All-commits
all-commits at lists.llvm.org
Tue Mar 28 10:06:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbd99cfc0aacd40b6d771ca1b1fd9872390d1849
https://github.com/llvm/llvm-project/commit/dbd99cfc0aacd40b6d771ca1b1fd9872390d1849
Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
Log Message:
-----------
[OpenMP][MLIR] Fix warning from getIsDevice OffloadModuleInterface function
Missed the default return component of the function on original
implementation, which is a warning that causes subsequent
failure (but regardless it's incorrect behaviour and should
have been fixed).
More information about the All-commits
mailing list