[PATCH] D112899: Update fir.insert_on_range syntax to make the range more explicit (NFC)
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 10:50:33 PDT 2021
mehdi_amini added inline comments.
================
Comment at: flang/include/flang/Optimizer/Dialect/FIROps.td:1997
- let arguments = (ins fir_SequenceType:$seq, AnyType:$val, ArrayAttr:$coor);
+ let arguments = (ins fir_SequenceType:$seq, AnyType:$val, IndexElementsAttr:$coor);
let results = (outs fir_SequenceType);
----------------
Actually this change should likely be separated in another revision from the ASM syntax one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112899/new/
https://reviews.llvm.org/D112899
More information about the llvm-commits
mailing list