The function makes too strong assumption regarding parent FuncOp
which gets broken when FuncOp is first lowered to llvm function.
In this fix we generalize the assumption to allocation scope and
add assertion to produce user friendly message in case our assumption
is broken.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo