[all-commits] [llvm/llvm-project] 34e20f: [DirectX] Implement typedBufferLoad_checkbit (#108...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Wed Sep 11 16:25:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34e20f18f0a77cece57e13e179dcf5b58992a705
https://github.com/llvm/llvm-project/commit/34e20f18f0a77cece57e13e179dcf5b58992a705
Author: Justin Bogner <mail at justinbogner.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M llvm/docs/DirectX/DXILResources.rst
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILOpLowering.cpp
M llvm/test/CodeGen/DirectX/BufferLoad.ll
Log Message:
-----------
[DirectX] Implement typedBufferLoad_checkbit (#108087)
This represents a typedBufferLoad that's followed by
"CheckAccessFullyMapped". It returns an extra `i1` representing that
value.
Fixes #108085
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list