| commit | 57ef94fb06af30d86c561d3cb18f30d43aedd344 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jul 30 15:56:43 2019 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jul 30 15:56:43 2019 +0000 |
| tree | 33dfce30028b01d3d3d91d2262505e73a2d63316 | |
| parent | 5e0adce40f3481246c887ccfe4bb67573539e5de [diff] |
AMDGPU: Avoid emitting "true" predicates Empty condition strings are considerde always true. This removes a lot of clutter from the generated matcher tables. This shrinks the source size of AMDGPUGenDAGISel.inc from 7.3M to 6.1M. llvm-svn: 367326