[PATCH] D113484: [fir] Add fir.select_case conversion

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 13:41:29 PST 2021


clementval marked 3 inline comments as done.
clementval added inline comments.


================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:458
+  }
+};
+
----------------
mehdi_amini wrote:
> Many types to spell out instead of `auto` in there, can you update please?
Sorry, I forgot to go through the `auto` in this pattern. Should be done. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113484



More information about the llvm-commits mailing list