[all-commits] [llvm/llvm-project] 857eb4: [mlir][LLVMIR] Add support for translating Switch ...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Tue May 3 09:42:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 857eb4a152cf3386db5f2070751586829a9d67ff
https://github.com/llvm/llvm-project/commit/857eb4a152cf3386db5f2070751586829a9d67ff
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/Import/basic.ll
Log Message:
-----------
[mlir][LLVMIR] Add support for translating Switch instruction
Add support for translating llvm::SwitchInst.
Differential Revision: https://reviews.llvm.org/D124628
More information about the All-commits
mailing list