Files
archived-llvm/lib/Transforms/Instrumentation
Joel Galenson 1a17324d81 Fix crash in bounds checking.
In r337830 I added SCEV checks to enable us to insert fewer bounds checks.  Unfortunately, this sometimes crashes when multiple bounds checks are added due to SCEV caching issues.  This patch splits the bounds checking pass into two phases, one that computes all the conditions (using SCEV checks) and the other that adds the new instructions.

Differential Revision: https://reviews.llvm.org/D49946

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338902 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-03 17:12:23 +00:00
..
2018-05-14 12:53:11 +00:00
2018-07-30 19:41:25 +00:00
2018-07-20 16:52:12 +00:00