[PATCH] D113273: [fir] TargetRewrite: Rewrite COMPLEX values

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 23:46:29 PST 2021


rovka added a comment.

Good point, thanks for the link. I see that upstream it's fir::ComplexType: https://github.com/llvm/llvm-project/blob/9b6f264d2b09ab5e970e54f77119eb823f0fcc50/flang/lib/Lower/RTBuilder.h#L169 
The IR you posted is confusing because it contains both complex<f32> and fir.complex<4>. Are both valid, or are we moving away from one of them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113273



More information about the llvm-commits mailing list