[llvm] [Scalarizer][DirectX] Add support for scalarization of Target intrinsics (PR #108776)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 00:19:05 PDT 2024


https://github.com/nikic approved this pull request.

LGTM

TTI dependency for Scalarizer should be doubly fine: It's not a canonicalization pass, and the query is limited to target intrinsic only.

https://github.com/llvm/llvm-project/pull/108776


More information about the llvm-commits mailing list