llvm-project/llvm/test/Transforms/OpenMP
Joseph Huber b08369f7f2 Revert "[OpenMP] Remove noinline attributes in the device runtime"
The behaviour of this patch is not great, but it has some side-effects
that are required for OpenMPOpt to work. The problem is that when we use
`-mlink-builtin-bitcode` we only import used symbols from the runtime.
Then OpenMPOpt will insert calls to symbols that were not previously
included. This patch removed this implicit behaviour as these functions
were kept alive by the `noinline` simply because it kept calls to them
in the module. This caused regression in some tests that relied on some
OpenMPOpt passes without using LTO. Reverting for the LLVM15 release but
will try to fix it more correctly on main.

This reverts commit d61d72dae6.

Fixes #56752
2022-07-27 11:09:18 -04:00
..
add_attributes.ll [OpenMP] Fix test error introduced in D130179 2022-07-22 14:16:47 -04:00
add_attributes_amdgcn.ll
always_inline_device.ll
attributor_module_slice_reproducer.ll
attributor_pointer_offset_crash.ll
attributor_recursion_crash.ll [Attributor][FIX] Avoid endless recursion, simple case 2022-03-23 15:55:32 -05:00
barrier_removal.ll [Attributor] Simplify loads from constant globals 2022-06-09 13:41:23 +02:00
custom_state_machines.ll [Attributor] Remove broken and duplicated load simplification 2022-04-05 20:49:03 -05:00
custom_state_machines_remarks.ll
dead_use.ll
deduplication.ll
deduplication_remarks.ll
deduplication_target.ll
fold_generic_main_thread.ll
get_hardware_num_threads_in_block_fold.ll [OpenMP] Ensure to not use SPMD mode in the absence of parallel regions 2022-07-07 16:49:22 -05:00
get_hardware_num_threads_in_block_fold_optnone.ll
global_constructor.ll
globalization_remarks.ll [OpenMP] Emit remark on the captured call instead of the variable 2022-02-04 17:50:53 -05:00
gpu_kernel_detection_remarks.ll
gpu_state_machine_function_ptr_replacement.ll [Attributor] Allow not to default initialize AAs for live internal functions 2022-03-11 16:46:03 -06:00
hide_mem_transfer_latency.ll
icv_remarks.ll
icv_tracking.ll Revert "[Attributor] Replace AAValueSimplify with AAPotentialValues" 2022-06-09 17:04:01 +02:00
icv_tracking_out_of_scope.ll
is_spmd_exec_mode_fold.ll [Attributor] Replace AAValueSimplify with AAPotentialValues 2022-07-19 16:24:42 -05:00
parallel_deletion.ll [Attributor] Replace AAValueSimplify with AAPotentialValues 2022-07-19 16:24:42 -05:00
parallel_deletion_cg_update.ll
parallel_deletion_remarks.ll
parallel_level_fold.ll [Attributor] Allow not to default initialize AAs for live internal functions 2022-03-11 16:46:03 -06:00
parallel_region_merging.ll [Attributor] Try to delete stores and simplify stored values 2022-06-09 16:48:53 +02:00
remove_globalization.ll [Attributor] Replace AAValueSimplify with AAPotentialValues 2022-07-19 16:24:42 -05:00
remove_noinline_attributes.ll Revert "[OpenMP] Remove noinline attributes in the device runtime" 2022-07-27 11:09:18 -04:00
replace_globalization.ll [Attributor] Replace AAValueSimplify with AAPotentialValues 2022-07-19 16:24:42 -05:00
rtf_type_checking.ll
single_threaded_execution.ll
spmdization.ll [Attributor] Replace AAValueSimplify with AAPotentialValues 2022-07-19 16:24:42 -05:00
spmdization_assumes.ll
spmdization_constant_prop.ll [Attributor][FIX] Give registered simplification callbacks precedence 2022-06-09 15:31:53 +02:00
spmdization_guarding.ll [Attributor] Make heap2stack record alloca placement 2022-07-07 16:49:22 -05:00
spmdization_guarding_two_reaching_kernels.ll [Attributor] Allow not to default initialize AAs for live internal functions 2022-03-11 16:46:03 -06:00
spmdization_remarks.ll
values_in_offload_arrays.ll