We can remove a dynamic memory allocation, by checking the number of
operands: no operands = all true, 1 operand = mask.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Perhaps clearer to introduce getMask() as in other recipes, and check if it returns null?