[all-commits] [llvm/llvm-project] 86f489: [X86] Fix typo in getCMovOpcode.
topperc via All-commits
all-commits at lists.llvm.org
Tue Dec 31 21:51:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86f48999f46f41687f152e0854bdd352250b117c
https://github.com/llvm/llvm-project/commit/86f48999f46f41687f152e0854bdd352250b117c
Author: Craig Topper <craig.topper at gmail.com>
Date: 2019-12-31 (Tue, 31 Dec 2019)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
Log Message:
-----------
[X86] Fix typo in getCMovOpcode.
The 64-bit HasMemoryOperand line was using CMOV32rm instead of
CMOV64rm. Not sure how to test this. We have no test coverage
that passes true for HasMemoryOperand.
More information about the All-commits
mailing list