[all-commits] [llvm/llvm-project] fb5baf: [HLSL] Mark buffer subscript operators as AlwaysIn...
Chris B via All-commits
all-commits at lists.llvm.org
Tue Sep 13 13:35:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb5baffc28c8beaf790a2fb1c8a863d29020bfbe
https://github.com/llvm/llvm-project/commit/fb5baffc28c8beaf790a2fb1c8a863d29020bfbe
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-09-13 (Tue, 13 Sep 2022)
Changed paths:
M clang/lib/Sema/HLSLExternalSemaSource.cpp
M clang/test/AST/HLSL/RWBuffer-AST.hlsl
Log Message:
-----------
[HLSL] Mark buffer subscript operators as AlwaysInline
HLSL requires aggressive inlineing for resource accesses. This just
enforces that we get resource handle accesses inlined early.
More information about the All-commits
mailing list