[all-commits] [llvm/llvm-project] eaf22b: [MLIR] Provide lowering of std switch to llvm switch
William Moses via All-commits
all-commits at lists.llvm.org
Wed Jul 7 12:26:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaf22ba0118a70c04ea866441207f54fb93e804a
https://github.com/llvm/llvm-project/commit/eaf22ba0118a70c04ea866441207f54fb93e804a
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
Log Message:
-----------
[MLIR] Provide lowering of std switch to llvm switch
This patch allows lowering of std switch to llvm switch
Differential Revision: https://reviews.llvm.org/D105580
More information about the All-commits
mailing list