mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
MakeAllocAction can be used to construct AllocActions with less boilerplate than the previous option (spsSerialize + AllocAction constructor call). This will be used to simplify upcoming unit tests that use AllocActions. The existing AllocActionsTest is updated to use the new utility.