[PATCH] D113090: [flang][CodeGen] Transform `fir.{store|load}` to `llvm.{store|load}`

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 01:58:20 PDT 2021


clementval added a comment.

In D113090#3105376 <https://reviews.llvm.org/D113090#3105376>, @awarzynski wrote:

> I wanted to add a test for `fir.ref<fir.box>`, but that does not work yet (it works fine on `fir-dev`). I wasn't sure why, so my comment in "flang/test/Fir/convert-to-llvm.fir" is a bit generic. Any pointers? Thanks!

Not all of the type conversions have been upstreamed. I usually upstream the one I need with the op conversion I'm upstreaming.

`flang/lib/Optimizer/CodeGen/TypeConverter.h`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113090



More information about the llvm-commits mailing list