Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert syntax for macOS compiler builds.
``` /Users/runner/work/iree/iree/compiler/src/iree/compiler/Codegen/Dialect/VectorExt/IR/VectorExtAttrs.cpp:221:12: error: implicit conversion turns string literal into bool: 'const char[44]' to 'bool' [-Werror,-Wstring-conversion] assert("Invalid dimension! Expected lane dimension."); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
- Loading branch information