[all-commits] [llvm/llvm-project] c5c8ae: [flang] Use i16 instead of i2 for cmdstat (#91647)

Razvan Lupusoru via All-commits all-commits at lists.llvm.org
Fri May 10 07:45:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5c8ae43545e917e624edd93695d1b265bae1e5c
      https://github.com/llvm/llvm-project/commit/c5c8ae43545e917e624edd93695d1b265bae1e5c
  Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    M flang/test/Lower/Intrinsics/system-optional.f90
    M flang/test/Lower/Intrinsics/system.f90

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list