[llvm-dev] [RFC] Enforcing immediate operands for intrinsics
Krzysztof Parzyszek via llvm-dev
llvm-dev at lists.llvm.org
Tue Feb 5 17:36:32 PST 2019
On 2/5/2019 6:17 PM, Matt Arsenault wrote:
> This is for the benefit of IR transform passes and codegen. I’m not attempting to diagnose frontend builtins or do anything for the end user.
Ah, I thought you wanted to have the ability to verify an intrinsic in
IR. Yeah, the attribute should be enough.
-Krzysztof
More information about the llvm-dev
mailing list