[llvm] [NFC][DirectX][SPIRV] Intrinsics should be defined the same (PR #110895)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 13:15:42 PDT 2024


farzonl wrote:

> Why does IntrWillReturn need to be removed from lerp?

because by switching `DefaultAttrsIntrinsic` `IntrWillReturn` is a default. `Intrinsic` didn't have any defaults. 

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


More information about the llvm-commits mailing list