[PATCH] D94741: [Utils] Check for more global information in update_test_checks
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 13 14:10:36 PST 2021
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/6491e0165e96a93960e2dfb338c52c7eb155f408#diff-85c14e813467fc768fb641be9567780053ef1162da8cc12dd6bcb29d5e14384eR575 I was forced to rename the function argument to avoid a clash between the type `%S2` and the value `%s2`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94741/new/
https://reviews.llvm.org/D94741
More information about the cfe-commits
mailing list