Do not omit fir.ref when creating the string representation to we can
have different representation for !fir.ref<i32> and i32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is better. I didn't catch it the first time that the reference type was silently being unwrapped. Thank you!