[PATCH] D119416: [AVR] Fix a potential assert failure

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 01:41:30 PST 2022


benshi001 added a comment.

Actually the variable F is no longer used, even as argument in the call of `analyzeArguments(&CLI, F, &DAG.getDataLayout(), Outs, ArgLocs, CCInfo);`.

I think we should keep it if there will be further use in the future.

At least it fixes https://github.com/llvm/llvm-project/issues/43443 .


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119416/new/

https://reviews.llvm.org/D119416



More information about the llvm-commits mailing list