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

[DXIL] Add abs lowering #86155

Closed
Tracked by #29
farzonl opened this issue Mar 21, 2024 · 0 comments · Fixed by #86158
Closed
Tracked by #29

[DXIL] Add abs lowering #86155

farzonl opened this issue Mar 21, 2024 · 0 comments · Fixed by #86158
Assignees

Comments

@farzonl
Copy link
Member

farzonl commented Mar 21, 2024

Abs frontend work is completed but there is no dxil op lowering.

Lowering should cover: https://godbolt.org/z/nexTfW8hE

@farzonl farzonl self-assigned this Mar 21, 2024
farzonl added a commit to farzonl/llvm-project that referenced this issue Mar 21, 2024
This change completes llvm#86155
- `DXIL.td` - lowering `fabs` intrinsic to the float dxil op.
- `DXILIntrinsicExpansion.cpp` - Add intrinsic expansion for the abs
  case.
@farzonl farzonl moved this to Active in HLSL Support Mar 21, 2024
@farzonl farzonl linked a pull request Mar 21, 2024 that will close this issue
farzonl added a commit that referenced this issue Mar 22, 2024
This change completes #86155
- `DXIL.td` - lowering `fabs` intrinsic to the float dxil op.
- `DXILIntrinsicExpansion.cpp` - Add intrinsic expansion for the abs
case.
@github-project-automation github-project-automation bot moved this from Active to Done in HLSL Support Mar 22, 2024
chencha3 pushed a commit to chencha3/llvm-project that referenced this issue Mar 23, 2024
This change completes llvm#86155
- `DXIL.td` - lowering `fabs` intrinsic to the float dxil op.
- `DXILIntrinsicExpansion.cpp` - Add intrinsic expansion for the abs
case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant