[PATCH] D156397: [FunctionAttrs] Unconditionally perform argument attribute inference in the first function-attrs pass
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 13:08:56 PDT 2023
aeubanks added a comment.
in terms of the request to pre-commit the test, split out the creation of the test into a separate patch (with `update_test_checks.py` run on it with ToT `opt`), then rebase this patch on top of that with `update_test_checks.py` reran with these changes, and then in this patch we can the diff on the test case that this patch causes
(basically the workflow explained in the comments in `llvm/utils/update_test_checks.py`)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156397/new/
https://reviews.llvm.org/D156397
More information about the llvm-commits
mailing list