[all-commits] [llvm/llvm-project] f05173: Implement callee/caller type checking for llvm.call
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Oct 4 13:15:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f05173d0bfc268530afd9fb9622caf7f1db5f8d6
https://github.com/llvm/llvm-project/commit/f05173d0bfc268530afd9fb9622caf7f1db5f8d6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
Log Message:
-----------
Implement callee/caller type checking for llvm.call
This aligns the behavior with the standard call as well as the LLVM verifier.
Reviewed By: ftynse, dcaballe
Differential Revision: https://reviews.llvm.org/D88362
More information about the All-commits
mailing list