Unverified Commit c5c8ae43 authored by Razvan Lupusoru's avatar Razvan Lupusoru Committed by GitHub
Browse files

[flang] Use i16 instead of i2 for cmdstat (#91647)

The code for preparing cmdstat was generating an i2 constant with value
0, casting it, and then storing it into i16 storage. Just generate i16
constant directly.
parent 9232591b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment