Skip to content

Commit

Permalink
Merge pull request #2 from dannypsnl/phi-with-fmf
Browse files Browse the repository at this point in the history
(llir/llvm#132) instruction: phi FastMathFlags
  • Loading branch information
mewmew authored Apr 7, 2020
2 parents 20060fe + d8eb94d commit 89d1ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ll.tm
Original file line number Diff line number Diff line change
Expand Up @@ -2639,10 +2639,10 @@ FCmpInst -> FCmpInst
# ref: ParsePHI
#
# ::= 'phi' Type '[' Value ',' Value ']' (',' '[' Value ',' Value ']')*
# ::= 'phi' FastMathFlag* Type '[' Value ',' Value ']' (',' '[' Value ',' Value ']')*
PhiInst -> PhiInst
: 'phi' Typ=Type Incs=(Inc separator ',')+ Metadata=(',' MetadataAttachment)+?
: 'phi' FastMathFlags=FastMathFlag* Typ=Type Incs=(Inc separator ',')+ Metadata=(',' MetadataAttachment)+?
;
Inc -> Inc
Expand Down

0 comments on commit 89d1ef2

Please sign in to comment.