search for: experimental2

Displaying 3 results from an estimated 3 matches for "experimental2".

Did you mean: experimental
2019 Nov 14
7
RFC: token arguments and operand bundles
...ts with optional operand bundles, "fpround" and "fpexcept". If the operand bundles are present, they would mean what the arguments currently mean. If not, the default assumption is allowed. A typical call to a constrained intrinsic would look like this: %sum = call double @llvm.experimental2.constrained.fadd(double %x, double %y) [ "fpround"(token rmDynamic), "fpexcept"(token ebStrict) ] Does that seem like a valid use of tokens and operand b...
2019 Nov 14
3
RFC: token arguments and operand bundles
...ese metadata arguments with optional operand bundles, “fpround” and “fpexcept”. If the operand bundles are present, they would mean what the arguments currently mean. If not, the default assumption is allowed. A typical call to a constrained intrinsic would look like this: %sum = call double @llvm.experimental2.constrained.fadd(double %x, double %y) [ “fpround”(token rmDynamic), “fpexcept”(token ebStrict) ] Does that seem like a valid use of tokens and operand bundles? Does it seem...
2019 Nov 15
3
RFC: token arguments and operand bundles
...ese metadata arguments with optional operand bundles, “fpround” and “fpexcept”. If the operand bundles are present, they would mean what the arguments currently mean. If not, the default assumption is allowed. A typical call to a constrained intrinsic would look like this: %sum = call double @llvm.experimental2.constrained.fadd(double %x, double %y) [ “fpround”(token rmDynamic), “fpexcept”(token ebStrict) ] Does that seem like a valid use of tokens and operand bundles? Does it seem...