[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / flang / test / Fir / tco-default-datalayout.fir
blobc6a4ddb46853f20cb13a79e8c98b133fa8469577
1 // Test that tco tool sets a target independent data layout when none is
2 // provided. LLVM default data layout aligns i64 with 32 bits.
3 // RUN: tco -emit-fir %s | FileCheck %s
5 module {
7 // CHECK: module attributes {
8 // CHECK-SAME: dlti.dl_spec = #dlti.dl_spec<
9 // ...
10 // CHECK-SAME:    i64 = dense<[32, 64]> : vector<2xi64>,
11 // ...
12 // CHECK-SAME:    llvm.data_layout = ""