diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2019-09-25 13:29:09 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2019-09-25 13:29:09 +0000 |
| commit | 2cec4b58f5ce7d5c843dbfb753b0acb29c81cfc0 (patch) | |
| tree | 742840a75e3e3e25c93dc802a9003cc0b091b883 /llvm/docs | |
| parent | 791526085338594381adcacc13f04a4834e56d36 (diff) | |
| download | bcm5719-llvm-2cec4b58f5ce7d5c843dbfb753b0acb29c81cfc0.tar.gz bcm5719-llvm-2cec4b58f5ce7d5c843dbfb753b0acb29c81cfc0.zip | |
Revert [IR] allow fast-math-flags on phi of FP values
This reverts r372866 (git commit dec03223a97af0e4dfcb23da55c0f7f8c9b62d00)
llvm-svn: 372868
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index a38356aa27e..87e1b971605 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10067,7 +10067,7 @@ Syntax: :: - <result> = phi [fast-math-flags] <ty> [ <val0>, <label0>], ... + <result> = phi <ty> [ <val0>, <label0>], ... Overview: """"""""" @@ -10094,12 +10094,6 @@ deemed to occur on the edge from the corresponding predecessor block to the current block (but after any definition of an '``invoke``' instruction's return value on the same edge). -The optional ``fast-math-flags`` marker indicates that the phi has one -or more :ref:`fast-math-flags <fastmath>`. These are optimization hints -to enable otherwise unsafe floating-point optimizations. Fast-math-flags -are only valid for phis that return a floating-point scalar or vector -type. - Semantics: """""""""" |

