Part of upstreaming effort,
PR: https://github.com/flang-compiler/f18-llvm-project/pull/296
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think the fir-ops.fir test might need to be updated. (Actually, it looks like that part was already upstreamed.)
Thanks for the renaming merge!
Comment Actions
I noticed following snippet in fir-ops.fir, Suggesting some changes are already there ?
// CHECK-LABEL: func @loop() { func @loop() { ... // CHECK: fir.do_loop [[VAL_65:%.*]] = [[VAL_62]] to [[VAL_63]] step [[VAL_62]] { ... } } fir.unreachable }
Comment Actions
@schweitz, fir-ops.fir is marked as Unsupported. Seems like tco is not ready ?
// RUN: tco -emit-fir %s | tco -emit-fir | FileCheck %s // UNSUPPORTED: !fir
Comment Actions
Enabled tests for this in: https://reviews.llvm.org/D95958
Builds clean.
@mehdi_amini Apologies, I totally forgot and landed without your approval :(, if you have any concerns please share I'll try to address as a post commit thing or if you want I can revert it.