[all-commits] [llvm/llvm-project] eebf84: [DirectX] Remove broken assert
Chris B via All-commits
all-commits at lists.llvm.org
Mon Aug 22 15:25:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eebf84c5b3540cb89c9015addc89d69ac7622972
https://github.com/llvm/llvm-project/commit/eebf84c5b3540cb89c9015addc89d69ac7622972
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
Log Message:
-----------
[DirectX] Remove broken assert
This assert always fails. It is unclear to me what it was attempting to
test, but removing it gets our tests passing, so it clearly isn't
checking the right thing.
More information about the All-commits
mailing list