The runtime function is implemented and the specifier is
handled, but it seems lowering was never added, so enable
lowering this feature.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/test/Lower/io-statement-open-options.f90 | ||
---|---|---|
11 | Can you add the IR check for "BIG_ENDIAN" argument specifically since this patch is supporting that? |
Comment Actions
Add IR checks to make sure that the BIG_ENDIAN string and string length are correctly set and passed into SetConvert.
flang/test/Lower/io-statement-open-options.f90 | ||
---|---|---|
11 | Added! |
Comment Actions
@jeanPerier @clementval Can this be merged now? This will help test -fconvert= option in https://reviews.llvm.org/D130513.
Can you add the IR check for "BIG_ENDIAN" argument specifically since this patch is supporting that?