diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-05-16 00:33:53 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-05-16 00:33:53 +0000 |
commit | 36c027ab18971cf40e3f5c91e67310719410645e (patch) | |
tree | 97d970587d2f4c8694953e3b0e239bf1424355ee /llvm/test/CodeGen/X86/vector.ll | |
parent | 30776d419f5481fc8729e9137849d9d1d55614ce (diff) | |
download | bcm5719-llvm-36c027ab18971cf40e3f5c91e67310719410645e.tar.gz bcm5719-llvm-36c027ab18971cf40e3f5c91e67310719410645e.zip |
Pass to verify generated machine code.
The following is checked:
* Operand counts: All explicit operands must be present.
* Register classes: All physical and virtual register operands must be
compatible with the register class required by the instruction descriptor.
* Register live intervals: Registers must be defined only once, and must be
defined before use.
The machine code verifier is enabled with the command-line option
'-verify-machineinstrs', or by defining the environment variable
LLVM_VERIFY_MACHINEINSTRS to the name of a file that will receive all the
verifier errors.
llvm-svn: 71918
Diffstat (limited to 'llvm/test/CodeGen/X86/vector.ll')
0 files changed, 0 insertions, 0 deletions