[PATCH] D123863: MIR: Serialize a few bool function fields

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 10:12:28 PDT 2022


MatzeB added a comment.

Do you know whether we could compute their values instead? If the data can be derived by analyzing the function then we can add it to `MIRParserImpl::computeFunctionProperties` to compute them instead of explicitly serializing them.


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

https://reviews.llvm.org/D123863



More information about the llvm-commits mailing list