[all-commits] [llvm/llvm-project] 6b674e: [DirectX] Update DXILValueEnumerator for the new S...
Deric C. via All-commits
all-commits at lists.llvm.org
Mon Jan 12 11:05:20 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b674e5605d511ca5b8a7359a648b99506cacf03
https://github.com/llvm/llvm-project/commit/6b674e5605d511ca5b8a7359a648b99506cacf03
Author: Deric C. <cheung.deric at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
A llvm/test/tools/dxil-dis/switch.ll
Log Message:
-----------
[DirectX] Update DXILValueEnumerator for the new SwitchInst format (#174672)
Fixes #174485
This PR replicates the changes to
`llvm/lib/Bitcode/Writer/ValueEnumerator.cpp` from #170984 into
`llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp` to support
the changes made to the SwitchInst format.
This PR also adds a new dxil-dis test to ensure that SwitchInst is being
successfully written to DXIL.
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