[all-commits] [llvm/llvm-project] 0a11ad: [ARM] Expand MVE i1 fptoint and inttofp if mve.fp ...
David Green via All-commits
all-commits at lists.llvm.org
Mon Jul 11 05:03:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a11ad2aa86aa6c7a0d4ac54099738f4206fa954
https://github.com/llvm/llvm-project/commit/0a11ad2aa86aa6c7a0d4ac54099738f4206fa954
Author: David Green <david.green at arm.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/Analysis/CostModel/ARM/fptoi_sat.ll
M llvm/test/CodeGen/Thumb2/mve-pred-ext.ll
Log Message:
-----------
[ARM] Expand MVE i1 fptoint and inttofp if mve.fp is not present.
If MVE.fp is not present then we cannot select the vector i1 fp
operations to VCMP instructions, so need to expand.
More information about the All-commits
mailing list