[PATCH] D94741: [Utils] Check for more global information in update_test_checks

2021-03-14 Thread Johannes Doerfert via Phabricator via cfe-commits
jdoerfert added a comment. In D94741#2624475 , @nikic wrote: > It looks like this has broken handling of `getelementptr %T`, and generates > `getelementptr [[T]]` for it now, see e.g. the first change in > https://github.com/llvm/llvm-project/commit/7ee9

[PATCH] D94741: [Utils] Check for more global information in update_test_checks

2021-03-13 Thread Nikita Popov via Phabricator via cfe-commits
nikic added a comment. It looks like this has broken handling of `getelementptr %T`, and generates `getelementptr [[T]]` for it now, see e.g. the first change in https://github.com/llvm/llvm-project/commit/7ee96429a0b057bcc97331a6a762fc3cd00aed61. In https://github.com/llvm/llvm-project/commit

[PATCH] D94741: [Utils] Check for more global information in update_test_checks

2021-03-11 Thread Johannes Doerfert via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGcd1bd6e58700: [Utils] Check for more global information in update_test_checks (authored by jdoerfert). Herald added a project: clang. Herald added a