llvm-project/flang/test/Fir
Eric Schweitz 8dc8e59eba Upstream test for wide character literals.
Reviewed By: vdonaldson

Differential Revision: https://reviews.llvm.org/D124488
2022-04-26 18:25:13 -07:00
..
Todo [flang] Lower boxed procedure 2022-03-22 15:41:11 +01:00
abstract-results.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
addrof.fir [NFC] More synching of sources for upstreaming. 2022-04-26 14:54:43 -07:00
affine-demotion.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
affine-promotion.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
alloc.fir [flang] Upstream fix to allocmem codegen to deal with missing dimensions 2022-02-11 11:12:49 -08:00
annotate-constant.fir Write a pass to annotate constant operands on FIR ops. This works 2022-03-14 11:14:44 -07:00
array-copies-pointers.fir [flang][NFC] Add tests for array-value-copy pass with array with pointers 2022-04-04 10:45:45 +02:00
array-modify.fir [flang][NFC] Add tests for fir.array_modify in array-value-copy pass 2022-04-03 15:26:14 +02:00
array-value-copy-2.fir [flang][NFC] Add more test cases for the array-value-copy pass 2022-04-03 15:25:10 +02:00
array-value-copy-3.fir [flang] handle allocatable components when creating array temps 2022-03-17 10:56:20 +01:00
array-value-copy.fir [flang] Keep fully qualified !fir.heap type for fir.freemem op 2022-03-31 21:37:21 +02:00
arrayset.fir [flang][NFC] Add tests for fir.address_of 2022-04-04 09:28:44 +02:00
basic-program.fir [flang] Add Win32 to the list of supported triples 2022-02-16 21:43:13 +00:00
boxaddr-folding.fir [flang] Do not fold fir.box_addr when it has a slice 2022-04-08 21:16:55 +02:00
boxchar.fir [flang] Add global and global box initialization tests 2022-04-03 15:20:55 +02:00
cg-ops.fir [fir] Add substr information to fircg.ext_embox and fircg.ext_rebox operations 2021-11-03 10:15:10 +01:00
char-conversion.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
convert-fold.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
convert-to-llvm-invalid.fir [flang][codegen] Add a conversion for `fir.coordinate_of` - part 2 2021-12-17 10:34:57 +00:00
convert-to-llvm-openmp-and-fir.fir [mlir][OpenMP] Added assembly format for omp.wsloop and remove parseClauses 2022-03-23 10:02:02 +05:30
convert-to-llvm-target.fir [flang][CodeGen] Transform `fir.boxchar_len` to a sequence of LLVM MLIR 2021-11-16 13:49:23 +00:00
convert-to-llvm.fir [flang] Set lower bounds of array section fir.embox to one 2022-04-05 17:25:48 +02:00
cse.fir [mlir][CSE] Remove duplicated operations with MemRead side-effect 2022-04-07 10:08:55 +02:00
embox.fir [NFC] More synching of sources for upstreaming. 2022-04-26 14:54:43 -07:00
external-mangling-emboxproc.fir [flang] Lower boxed procedure 2022-03-22 15:41:11 +01:00
external-mangling.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
fir-ops.fir [flang] Keep fully qualified !fir.heap type for fir.freemem op 2022-03-31 21:37:21 +02:00
fir-types.fir [Flang] Add the FIR LLVMPointer Type 2021-11-15 15:57:59 +00:00
global-initialization.fir [flang] Add global and global box initialization tests 2022-04-03 15:20:55 +02:00
global.fir [flang] Add global and global box initialization tests 2022-04-03 15:20:55 +02:00
ignore-missing-type-descriptor.fir [flang] Support PDT type descriptors in codegen 2022-03-03 10:08:18 +01:00
inline.fir [flang] Add FIRInlinerInterface 2022-02-10 11:38:34 +01:00
invalid-types.fir [flang][fir] Add FIR Types parser diagnostic tests + cleanup 2021-03-05 14:58:44 -05:00
invalid.fir [flang] Relax fir.rebox verifier with characters 2022-03-16 16:08:52 +01:00
loop01.fir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
loop02.fir [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
memory-allocation-opt.fir Add a new memory allocation rewrite pass. 2021-12-15 15:45:08 -08:00
memref-data-flow.fir [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
optional.fir [flang][NFC] Add tests for fir.is_present 2022-04-03 15:22:33 +02:00
peephole.fir [flang] Lower procedure designator 2022-03-21 18:05:18 +01:00
rebox-susbtring.fir [flang] Relax fir.rebox verifier with characters 2022-03-16 16:08:52 +01:00
rebox.fir [NFC] More synching of sources for upstreaming. 2022-04-26 14:54:43 -07:00
recursive-type.fir [Flang] Enable support for conversion of recursive record types 2022-01-04 13:53:58 +00:00
select.fir [flang][NFC] Add tests for select constructs 2022-04-03 15:18:57 +02:00
target-rewrite-boxchar.fir [fir] TargetRewrite: Rewrite fir.address_of(func) 2021-12-03 10:56:24 +00:00
target-rewrite-char-proc.fir [flang] split character procedure arguments in target-rewrite pass 2022-01-27 16:29:37 +01:00
target-rewrite-complex.fir [flang][codegen] Keep primitive type for extractvalue and insertvalue 2022-02-08 21:26:38 +01:00
target-rewrite-triple.fir [flang][driver] Add support for -S and implement -c/-emit-obj 2022-03-09 15:48:09 +00:00
types-to-llvm.fir [flang] Add type conversion for !fir.box<none> 2022-02-09 15:13:47 +01:00
widechar.fir Upstream test for wide character literals. 2022-04-26 18:25:13 -07:00