[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 09:06:48 PDT 2021
clementval added inline comments.
================
Comment at: flang/test/Fir/convert-to-llvm.fir:153
+
+// CHECK: llvm.func @test_store() {
+// CHECK-NEXT: llvm.store
----------------
kiranchandramohan wrote:
> missed the parameters.
> Would it be good to match the parameters and the store operands?
+1
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