llvm-project/llvm/test/Transforms/OpenMP
Nikita Popov 5d12b976b0 [ValueTracking] Don't assume readonly function will return
This is similar to D94106, but for the
isGuaranteedToTransferExecutionToSuccessor() helper. We should not
assume that readonly functions will return, as this is only true for
mustprogress functions (in which case we already infer willreturn).
As with the DCE change, for now continue assuming that readonly
intrinsics will return, as not all target intrinsics have been
annotated yet.

Differential Revision: https://reviews.llvm.org/D95288
2021-01-24 10:40:21 +01:00
..
add_attributes.ll [OpenMP] Add support for mapping names in mapper API 2021-01-21 09:26:44 -05:00
add_attributes_amdgcn.ll [OpenMP] Emit calls to int64_t functions for amdgcn 2020-10-22 15:02:47 +01:00
attributor_module_slice_reproducer.ll [OpenMPOpt][NFC] add reproducer for problem found in D85544 2020-08-30 09:59:25 +02:00
dead_use.ll Reland "[OpenMPOpt] ICV Tracking" 2020-07-11 02:25:57 +02:00
deduplication.ll [OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in Clang 2020-08-10 17:13:26 -05:00
deduplication_remarks.ll
globalization_remarks.ll [LazyCallGraph] Build SCCs of the reference graph in order 2020-11-02 13:22:42 -08:00
gpu_kernel_detection_remarks.ll [OpenMP] Identify GPU kernels (aka. OpenMP target regions) 2020-07-11 01:44:00 -05:00
gpu_state_machine_function_ptr_replacement.ll [OpenMP] Replace function pointer uses in GPU state machine 2020-07-11 01:44:00 -05:00
hide_mem_transfer_latency.ll [OpenMP] Add Location Fields to Libomptarget Runtime for Debugging 2020-11-19 12:01:53 -05:00
icv_remarks.ll [OpenMPOpt] ICV macro definitions 2020-06-24 13:43:35 +02:00
icv_tracking.ll [OpenMP] Use assumptions during ICV tracking 2020-12-15 16:51:34 -06:00
parallel_deletion.ll [ValueTracking] Don't assume readonly function will return 2021-01-24 10:40:21 +01:00
parallel_deletion_cg_update.ll [test] Pin parallel_deletion_cg_update.ll to legacy PM 2020-11-24 10:23:37 -08:00
parallel_deletion_remarks.ll
parallel_region_merging.ll [NewPM][opt] Run the "default" AA pipeline by default 2021-01-21 21:08:54 -08:00
rtf_type_checking.ll [test] Fix rtf_type_checking.ll under NPM 2020-11-24 10:02:29 -08:00
values_in_offload_arrays.ll [OpenMP] Add Location Fields to Libomptarget Runtime for Debugging 2020-11-19 12:01:53 -05:00