[all-commits] [llvm/llvm-project] 916d9e: [X86] Pass the OperandVector by reference to Parse...
topperc via All-commits
all-commits at lists.llvm.org
Thu Jul 30 19:53:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 916d9e18774a10c837e50bb4f1b207e80f0db6e3
https://github.com/llvm/llvm-project/commit/916d9e18774a10c837e50bb4f1b207e80f0db6e3
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Log Message:
-----------
[X86] Pass the OperandVector by reference to ParseIntelOperand and ParseRoundingMode. NFCI
Similar to what was recently done to ParseATTOperand. Make
ParseIntelOperand directly responsible for adding to the operand
vector instead of returning the operand. Return a bool for error.
Remove ErrorOperand since it is no longer used.
More information about the All-commits
mailing list