[all-commits] [llvm/llvm-project] 6e70ca: [RISCV] Use FP type as the base type for some int-...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Aug 2 18:45:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e70ca1e802f26b4c9cbe90c11b2c5317789ed23
https://github.com/llvm/llvm-project/commit/6e70ca1e802f26b4c9cbe90c11b2c5317789ed23
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
Log Message:
-----------
[RISCV] Use FP type as the base type for some int->f conversions. (#101733)
This is an alternative to part of #101608. Using FP as the base type
allows the existing Zfh extension check to work.
This does not fix fp->int narrowing instructions which still use the
narrow integer type as their base type.
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