]> granicus.if.org Git - llvm/commit
[x86] replace isEqualTo with == for efficiency
authorSanjay Patel <spatel@rotateright.com>
Thu, 12 Oct 2017 16:15:38 +0000 (16:15 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 12 Oct 2017 16:15:38 +0000 (16:15 +0000)
commiteb998271ba6237280a0ff6c3535b486c00a2afda
tree01bda0abf710ee6567fdfd8db848546cd418842b
parent40ec2ef67dbe347d308c98988b8381175bfcc440
[x86] replace isEqualTo with == for efficiency

This is a follow-up suggested in D37534.
Patch by Yulia Koval.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp