Skip to content

Commit 1818b32

Browse files
committed
formatting
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent a25b988 commit 1818b32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/lib/SYCLLowerIR/SYCLOptimizeBarriers.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
// – None : only private/constant or no accesses
2222
// – Local : at least one addrspace(3) access
2323
// – Global : at least one addrspace(1/5/6) access (with an exception of
24-
// loads from __spirv_BuiltIn GVs) – Unknown : any other
25-
// mayReadOrWriteMemory() (intrinsics, calls, addrspace generic)
24+
// loads from __spirv_BuiltIn GVs)
25+
// – Unknown : any other mayReadOrWriteMemory() (intrinsics, calls,
26+
// generic addrspace)
2627
// * Walk the function and record every barrier call into a list of
2728
// BarrierDesc structures:
2829
// - CI : the call instruction
@@ -34,7 +35,7 @@
3435
// - None : only private/constant or no accesses
3536
// - Local : at least one addrspace(3) access
3637
// - Global : at least one addrspace(1/5/6) access (except loads from
37-
// __spirv_BuiltIn globals)
38+
// __spirv_BuiltIn globals)
3839
// - Unknown: any other mayReadOrWriteMemory() instruction
3940
//
4041
// 2) **At Entry and At Exit Elimination**

0 commit comments

Comments
 (0)