Displaying 1 result from an estimated 1 matches for "02eb11a3".
2019 Feb 05
4
[RFC] Enforcing immediate operands for intrinsics
Hi,
I would like to solve the longstanding need for a way to indicate which parameters to an intrinsic are required to be immediates. It should be possible to declare in tablegen which parameters must be a trivial constant, or else the IR is invalid.
The verifier could then reject invalid intrinsic calls, so code handling the intrinsics doesn’t need to worry about invalid arguments. Currently