bjope added inline comments. ================ Comment at: include/llvm/IR/Intrinsics.td:707 + [LLVMMatchType<0>, LLVMMatchType<0>], + [IntrNoMem, IntrSpeculatable]>; + ---------------- This is also `Commutative` afaict. Repository: rL LLVM https://reviews.llvm.org/D53053