We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0785ea commit 91d82bfCopy full SHA for 91d82bf
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
@@ -3867,7 +3867,7 @@ LogicalResult ScanOp::verify() {
3867
/// Verifies align clause in allocate directive
3868
3869
LogicalResult AllocateDirOp::verify() {
3870
- std::optional<u_int64_t> align = this->getAlign();
+ std::optional<uint64_t> align = this->getAlign();
3871
3872
if (align.has_value()) {
3873
if ((align.value() > 0) && !llvm::has_single_bit(align.value()))
0 commit comments