search for: 9729510a

Displaying 1 result from an estimated 1 matches for "9729510a".

2015 Jun 28
5
[LLVMdev] Intrinsic parameters verification
Hi, I have target specific intrinsics (X86 in my case) with special constant parameters. Rounding mode constant, or scale value in gather/scatter. The scale, for example, may be 0, 1, 2, 4, or 8 only. How do I verify the values on IR level ? I'm looking at Verifier::visitIntrinsicFunctionCall() but I see only common intrinsics here, not target specific. Thank you. - Elena