[PATCH] D33696: TargetMachine: Indicate whether machine verifier passes.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 14:54:14 PDT 2017


MatzeB created this revision.
Herald added subscribers: javed.absar, nhaehnle, nemanjai, mcrosier, jyknight, arsenm, jholewinski.

This adds a callback to the LLVMTargetMachine that lets target indicate
that they do not pass the machine verifier checks in all cases yet.

This is intended to be a temporary measure while the targets are fixed
allowing us to enable the machine verifier by default in expensive
checks settings!


Repository:
  rL LLVM

https://reviews.llvm.org/D33696

Files:
  include/llvm/Target/TargetMachine.h
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/AMDGPU/AMDGPUTargetMachine.h
  lib/Target/ARM/ARMTargetMachine.h
  lib/Target/AVR/AVRTargetMachine.h
  lib/Target/Hexagon/HexagonTargetMachine.h
  lib/Target/Lanai/LanaiTargetMachine.h
  lib/Target/MSP430/MSP430TargetMachine.h
  lib/Target/Mips/MipsTargetMachine.h
  lib/Target/NVPTX/NVPTXTargetMachine.h
  lib/Target/PowerPC/PPCTargetMachine.h
  lib/Target/Sparc/SparcTargetMachine.h
  lib/Target/SystemZ/SystemZTargetMachine.h
  lib/Target/X86/X86TargetMachine.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33696.100779.patch
Type: text/x-patch
Size: 6378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170530/fdf08b69/attachment.bin>


More information about the llvm-commits mailing list