| commit | b6d8c37e1aff57e40c3dbe8fb7d827fbc957d26b | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Jun 20 18:33:56 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Jun 20 18:33:56 2016 +0000 |
| tree | 58a0e0f936109d7630a99e903b4a8f51cb3f1c67 | |
| parent | 14dcb042bc767742c555620c0b6a4fc5ee0b4799 [diff] |
AMDGPU: Fold more custom nodes to undef This will help sneak undefs past GVN into the DAG for some tests. Also add missing intrinsic for rsq_legacy, even though the node was already selected to the instruction. Also start passing the debug location to intrinsic errors. llvm-svn: 273181