Remove Attribute on CallInst which is not for DXIL when prepare for DXIL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D133279
[DirectX backend] Remove Attribute not for DXIL on CallInst Authored by python3kgae on Sep 4 2022, 4:08 PM.
Details Remove Attribute on CallInst which is not for DXIL when prepare for DXIL.
Diff Detail
|
Don't know if DXIL has invokes, but using CallBase here might be better to handle those as well.