llvm-project/llvm/test/Transforms/OpenMP
Joseph Huber 6b78526b1b [OpenMP] Emit remark on the captured call instead of the variable
Changes the remark to emit on the function call that captures the globalized
variable instead of the globalized variable itself. The user should be able to
see which variable it was in the argument list of the function.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D106980
2022-02-04 17:50:53 -05:00
..
add_attributes.ll [libomptarget][devicertl] Replace lanemask with uint64 at interface 2021-08-18 20:47:33 +01:00
add_attributes_amdgcn.ll
always_inline_device.ll [OpenMP][FIX] Do not signal SPMD-mode but then keep generic-mode 2021-11-02 23:22:04 -05:00
attributor_module_slice_reproducer.ll
attributor_pointer_offset_crash.ll [Attributor][FIX] Use right address space to avoid assertion 2021-10-27 18:22:37 -05:00
barrier_removal.ll [OpenMP] Eliminate redundant barriers in the same block 2022-02-01 01:07:50 -06:00
custom_state_machines.ll [Attributor] Use AAFunctionReachability to determine AANoRecurse 2022-02-01 01:40:44 -06:00
custom_state_machines_remarks.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
dead_use.ll [OpenMP][NFC] Rerun the test check update script on all OpenMP-Opt tests 2021-09-23 00:04:29 -05:00
deduplication.ll Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t" 2021-12-29 01:10:38 -06:00
deduplication_remarks.ll [OpenMP] Rework OpenMP remarks 2021-07-16 14:07:00 -04:00
deduplication_target.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
fold_generic_main_thread.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
get_hardware_num_threads_in_block_fold.ll Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t" 2021-12-29 01:10:38 -06:00
get_hardware_num_threads_in_block_fold_optnone.ll [OpenMP][FIX] Be more deliberate about invalidating the AAKernelInfo state 2021-09-23 00:04:30 -05:00
global_constructor.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
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 [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
hide_mem_transfer_latency.ll
icv_remarks.ll
icv_tracking.ll [OpenMP][NFC] Rerun the test check update script on all OpenMP-Opt tests 2021-09-23 00:04:29 -05:00
icv_tracking_out_of_scope.ll [OpenMP][FIX] Replace ICVs only with values valid at the getter position 2022-01-19 18:40:13 -06:00
is_spmd_exec_mode_fold.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
parallel_deletion.ll
parallel_deletion_cg_update.ll
parallel_deletion_remarks.ll [OpenMP] Rework OpenMP remarks 2021-07-16 14:07:00 -04:00
parallel_level_fold.ll Reland [IR] Increase max alignment to 4GB 2021-10-06 13:29:23 -07:00
parallel_region_merging.ll [OMPIRBuilder] Generate aggregate argument for parallel region outlined functions 2022-01-25 20:53:45 -05:00
remove_globalization.ll [OpenMP] Emit remark on the captured call instead of the variable 2022-02-04 17:50:53 -05:00
remove_noinline_attributes.ll [OpenMP] Ensure to remove noinline from all runtime functions eventually 2022-02-01 01:07:50 -06:00
replace_globalization.ll [Attributor] Use AAFunctionReachability to determine AANoRecurse 2022-02-01 01:40:44 -06:00
rtf_type_checking.ll
single_threaded_execution.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
spmdization.ll [Attributor] Use AAFunctionReachability to determine AANoRecurse 2022-02-01 01:40:44 -06:00
spmdization_assumes.ll Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t" 2021-12-29 01:10:38 -06:00
spmdization_guarding.ll Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t" 2021-12-29 01:10:38 -06:00
spmdization_guarding_two_reaching_kernels.ll [Attributor] Use AAFunctionReachability to determine AANoRecurse 2022-02-01 01:40:44 -06:00
spmdization_remarks.ll [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
values_in_offload_arrays.ll