Displaying 1 result from an estimated 1 matches for "before_gvn".
2013 Nov 08
3
[LLVMdev] Loads moving across barriers
...se? Even if this worked correctly as it is
now, I don't believe there is any way to truly specify the fence per
address space so that other memory accesses to non-fenced ones could
move across it.
Thanks for any help
-------------- next part --------------
; ModuleID = '/home/marsenau/before_gvn.ll'
target datalayout = "e-p:32:32:32"
; Function Attrs: noduplicate nounwind
declare void @__amdil_barrier_local() #0
; Function Attrs: nounwind readnone
declare <4 x i32> @__amdil_get_local_id_int() #1
; Function Attrs: nounwind
define void @__OpenCL_execFFT_reduced_kernel(...