Jingyue Wu
5733100450
Divergence analysis for GPU programs
...
Summary:
Some optimizations such as jump threading and loop unswitching can negatively
affect performance when applied to divergent branches. The divergence analysis
added in this patch conservatively estimates which branches in a GPU program
can diverge. This information can then help LLVM to run certain optimizations
selectively.
Test Plan: test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll
Reviewers: resistor, hfinkel, eliben, meheff, jholewinski
Subscribers: broune, bjarke.roune, madhur13490, tstellarAMD, dberlin, echristo, jholewinski, llvm-commits
Differential Revision: http://reviews.llvm.org/D8576
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234567 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-10 05:03:50 +00:00
..
2015-02-17 07:45:06 +00:00
2015-01-14 05:33:01 +00:00
2015-03-21 03:13:01 +00:00
2015-04-10 05:03:50 +00:00
2014-11-04 20:51:24 +00:00
2015-02-24 17:22:34 +00:00
2015-02-17 20:48:01 +00:00
2014-10-14 01:03:16 +00:00
2015-03-06 23:22:46 +00:00
2014-04-24 18:27:29 +00:00
2015-01-14 11:23:27 +00:00
2015-01-14 18:49:39 +00:00
2015-01-26 18:26:35 +00:00
2015-02-15 22:54:22 +00:00
2015-01-16 23:16:12 +00:00
2015-04-02 05:02:16 +00:00
2014-02-18 15:33:12 +00:00
2015-03-01 08:23:41 +00:00
2015-03-03 21:16:56 +00:00
2015-03-30 23:47:26 +00:00
2015-01-07 19:07:50 +00:00
2015-03-04 01:20:33 +00:00
2015-02-06 18:42:41 +00:00
2015-02-15 22:54:22 +00:00
2015-03-16 18:06:57 +00:00
2014-09-03 20:36:26 +00:00
2014-04-21 09:34:48 +00:00
2015-03-04 01:15:53 +00:00
2014-08-25 01:59:49 +00:00
2014-11-14 00:34:59 +00:00
2014-04-11 23:21:02 +00:00
2014-03-25 18:01:32 +00:00
2014-08-03 21:35:39 +00:00
2014-07-14 22:06:29 +00:00
2015-02-15 22:54:22 +00:00
2015-02-27 23:13:13 +00:00
2015-04-03 22:32:26 +00:00
2015-02-15 22:54:22 +00:00
2014-03-07 09:26:03 +00:00
2014-03-07 09:26:03 +00:00
2015-04-06 19:49:39 +00:00
2015-04-06 23:27:40 +00:00
2014-04-14 00:51:57 +00:00
2015-02-15 22:54:22 +00:00
2015-03-10 16:22:52 +00:00
2015-04-07 12:59:28 +00:00
2015-04-07 12:59:28 +00:00
2015-02-27 00:11:34 +00:00
2015-01-22 21:01:12 +00:00
2014-08-29 21:53:01 +00:00
2014-07-19 18:29:29 +00:00
2015-04-03 00:18:33 +00:00
2015-01-14 11:23:27 +00:00
2015-02-15 22:54:22 +00:00
2014-08-13 16:26:38 +00:00
2015-03-01 18:10:07 +00:00
2015-03-09 22:45:16 +00:00
2014-11-14 19:06:36 +00:00
2014-04-15 08:10:46 +00:00
2015-03-01 20:39:34 +00:00
2014-04-21 09:34:48 +00:00
2015-04-01 21:16:02 +00:00
2014-08-04 23:07:49 +00:00
2015-03-03 20:49:08 +00:00
2015-03-05 20:04:29 +00:00
2015-03-03 21:17:00 +00:00
2014-08-20 20:57:26 +00:00
2014-07-01 21:19:13 +00:00
2013-12-11 22:33:43 +00:00
2014-04-14 00:51:57 +00:00
2015-04-04 21:06:39 +00:00
2015-03-13 12:45:09 +00:00
2015-04-07 19:13:06 +00:00
2015-02-15 22:00:20 +00:00
2015-03-20 21:05:18 +00:00
2014-04-14 00:51:57 +00:00
2015-04-04 18:02:01 +00:00
2014-09-02 17:43:54 +00:00
2015-03-01 18:10:07 +00:00
2015-01-22 20:14:38 +00:00
2015-02-15 22:54:22 +00:00
2015-04-10 04:56:17 +00:00