| commit | 191bc71541a69cc872a8f313d00b96268b12b0ae | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jun 05 14:52:24 2018 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jun 05 14:52:24 2018 +0000 |
| tree | 230a386bfc67cacc17e5319127b2dfb7ac458f2b | |
| parent | e4ff0bd401ba3e7c61b5a913e9e08fa68bee69b1 [diff] |
DAG: Stop dropping invariant/dereferencable When legalizing illegal FP load results, this was for some reason dropping the invariant and dereferencable memory flags. There doesn't seem to be any reason for this, and the equivalent isn't done for integer loads. Fixes an issue in a future AMDGPU commit where some identical loads fail to merge because one of the loads ends up dropping the flags. llvm-svn: 334020