[Mlir-commits] [clang-tools-extra] [mlir] [NFC] Fix some typos (PR #108355)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Sep 12 06:32:01 PDT 2024
================
@@ -101,7 +101,7 @@ module.exports = {
// $predicate `,` $lhs `,` $rhs attr-dict `:` type($lhs)
seq(choice('arith.cmpi', 'arith.cmpf'),
field('predicate',
- choice('eq', 'ne', 'oeq', 'olt', 'ole', 'ogt',
+ choice('eq', 'ne', 'oeq', 'old', 'ole', 'ogt',
----------------
kuhar wrote:
this is not a typo
https://github.com/llvm/llvm-project/pull/108355
More information about the Mlir-commits
mailing list