[all-commits] [llvm/llvm-project] e04fe9: [Statepoint] Fix bug found by sanitaizer.
dantrushin via All-commits
all-commits at lists.llvm.org
Thu Jul 16 13:07:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e04fe9aefd4b95e0f0d93b14be28aa1ae2f42258
https://github.com/llvm/llvm-project/commit/e04fe9aefd4b95e0f0d93b14be28aa1ae2f42258
Author: Denis Antrushin <dantrushin at gmail.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
[Statepoint] Fix bug found by sanitaizer.
Statepoint has no static operands, so it cannot be verified
against MCInstrDescr. Revert NumDefs change introduced by ef658ebd629.
More information about the All-commits
mailing list