Commit 158c0219 authored by Christian Ulmann's avatar Christian Ulmann
Browse files

[MLIR][LLVM] Improve atomic verifier to properly support larger types

This commit extends the verifier for atomics to properly verify larger
types. Beforehand, the verifier strictly rejected larger integer types,
while it now consults the data layout to determine if their bitsize is a
power of two. This behavior reflects what LLVM's verifier is checking
for.
parent d422e90f
Pipeline #2201 failed with stages
in 0 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment