[all-commits] [llvm/llvm-project] 46fc4d: [AArch64] Guard FP16 fptosi_sat patterns with HasF...
David Green via All-commits
all-commits at lists.llvm.org
Mon Jul 11 00:35:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46fc4de065aada6d41761f5e1b8de72111a8a13c
https://github.com/llvm/llvm-project/commit/46fc4de065aada6d41761f5e1b8de72111a8a13c
Author: David Green <david.green at arm.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
Log Message:
-----------
[AArch64] Guard FP16 fptosi_sat patterns with HasFullFP16. NFC
We shouldn't get this far as the operations are already legalized, but
the patterns should be guarded with hasFullFP16.
More information about the All-commits
mailing list