[PATCH] D46444: Add option -verify-cfiinstrs to run verifier in CFIInstrInserter
Petar Jovanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 14:56:27 PDT 2018
petarj added a comment.
In https://reviews.llvm.org/D46444#1088564, @thegameg wrote:
> Instead of adding a new flag, would it be possible to make this part of the machine verifier? (-verify-machineinstrs)
Good idea to try to merge it into Machine Verifier later. Right now, we need to make it optional so it does not break anyone's code.
Repository:
rL LLVM
https://reviews.llvm.org/D46444
More information about the llvm-commits
mailing list