[all-commits] [llvm/llvm-project] a853d7: [RISCV][GISel] Don't check for FP uses of of IMPLI...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Apr 3 18:53:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a853d79963c6ac09154817690a8c317157345876
https://github.com/llvm/llvm-project/commit/a853d79963c6ac09154817690a8c317157345876
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
Log Message:
-----------
[RISCV][GISel] Don't check for FP uses of of IMPLICIT_DEF if the type is vector. NFC
If the type is vector, we can immediately know to use vector mapping.
Previously we searched for FP uses, but then replaced it if the type
was vector.
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