akshaykhadse added inline comments.

================
Comment at: llvm/lib/Target/X86/AsmParser/X86Operand.h:386
       return false;
+    if (getMemBaseReg() == X86::NoRegister)
+      return true;
----------------
craig.topper wrote:
> Now we're not checking the index register if there is no base register?
Let me fix this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151863/new/

https://reviews.llvm.org/D151863

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to