[llvm] [IR] Add disjoint flag for Or instructions. (PR #72583)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 00:48:04 PST 2023


================
@@ -1085,7 +1101,7 @@ class CmpInst : public Instruction {
   }
 };
 
-// FIXME: these are redundant if CmpInst < BinaryOperator
+// FIXME: these are redundant if CmpInst < ninaryOperator
----------------
nikic wrote:

Dropped character

https://github.com/llvm/llvm-project/pull/72583


More information about the llvm-commits mailing list