[PATCH] D29652: [X86] Add X86SafeStackBoundsCheckingCombiner pass

Michael LeMay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 08:22:09 PST 2017


mlemay-intel created this revision.
Herald added a subscriber: mgorny.

The X86SafeStackBoundsCheckingCombiner pre-emit pass analyzes MPX BNDCU
instructions inserted by the X86SafeStackBoundsChecking pass to combine
redundant checks and eliminate unneeded checks.


https://reviews.llvm.org/D29652

Files:
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/X86.h
  lib/Target/X86/X86SafeStackBoundsCheckingCombiner.cpp
  lib/Target/X86/X86TargetMachine.cpp
  test/CodeGen/X86/safestack-bounds-checking-combiner.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29652.87450.patch
Type: text/x-patch
Size: 11887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170207/25415314/attachment.bin>


More information about the llvm-commits mailing list