[all-commits] [llvm/llvm-project] 64ce05: [MLIR] Don't verify opaque pointer type in atomicrmw
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 17 02:07:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64ce05635c2a2e5fe01e1bf6899acc66f9c0d882
https://github.com/llvm/llvm-project/commit/64ce05635c2a2e5fe01e1bf6899acc66f9c0d882
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 opaque pointer type in atomicrmw
If the pointer type is opaque, we should not check the element type.
This causes a verifier failure when converting instructions.ll to
opaque pointers.
More information about the All-commits
mailing list