Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in DXIL.dll caused by illegal DXIL intrinsic. (#6302) #6342

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

python3kgae
Copy link
Contributor

Replace assert on illegal DXIL op with return illegal value. Check the illegal cases in validation.

Fixes #6168

(cherry picked from commit 5dee81c)

Replace assert on illegal DXIL op with return illegal value. Check the
illegal cases in validation.

Fixes microsoft#6168

(cherry picked from commit 5dee81c)
@python3kgae python3kgae requested a review from a team as a code owner February 21, 2024 23:14
@python3kgae python3kgae enabled auto-merge (squash) February 21, 2024 23:27
@python3kgae python3kgae merged commit 487080f into microsoft:release-1.8.2403 Feb 22, 2024
13 checks passed
@python3kgae python3kgae deleted the merge_test_fix1 branch February 22, 2024 00:07
tex3d added a commit to tex3d/DirectXShaderCompiler that referenced this pull request Mar 14, 2024
…osoft#6302) (microsoft#6342)"

This file deleted with conflicts from subsequent changes:
  tools/clang/test/LitDXILValidation/illegalDXILOp.ll

This reverts commit 487080f.
tex3d added a commit that referenced this pull request Mar 14, 2024
… (#6342)" (#6418)

This file deleted with conflicts from subsequent changes:
  tools/clang/test/LitDXILValidation/illegalDXILOp.ll

This reverts commit 487080f.

Fixes #6419.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants