[all-commits] [llvm/llvm-project] fbb1b1: [MLIR] Don't verify call signature for indirect op...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 17 01:55:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb1b122ec2126baf0743f38ae2ec4ae8a5f9f9e
https://github.com/llvm/llvm-project/commit/fbb1b122ec2126baf0743f38ae2ec4ae8a5f9f9e
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Target/LLVMIR/Import/instructions.ll
Log Message:
-----------
[MLIR] Don't verify call signature for indirect opaque ptr call
Fixes a crash when converting the instructions.ll test to opaque
pointers.
More information about the All-commits
mailing list