[PATCH] D110652: [fir] Update fir.extract_value and fir.insert_value ops
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 28 23:20:19 PDT 2021
mehdi_amini added inline comments.
================
Comment at: flang/include/flang/Optimizer/Dialect/FIROps.td:1946
+ "llvm::ArrayRef<mlir::Value>":$vcoor)>
+ ];
}
----------------
There is no definition for these builder, which makes think this isn't useful / used right now. Can you remove this? (same below)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110652/new/
https://reviews.llvm.org/D110652
More information about the llvm-commits
mailing list