[llvm] [flang-rt] Fix TypeCategory for quad-precision COMPLEX (PR #168090)

Carlos Seo via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 10:12:35 PST 2025


ceseo wrote:

> You can generate your input from Fortran with bbc -emit-fir, but try to keep the input very small, focused on the testing the resulting code.

Actually, scratch that. The resulting IR will be the same with or without the fix (it will branch differently if the type is 16 or 17). I added a runtime check as you mentioned earlier.

If you think it's OK, I'll merge this.

https://github.com/llvm/llvm-project/pull/168090


More information about the llvm-commits mailing list