[all-commits] [llvm/llvm-project] 9390b8: [ARM] Use half directly for args/return types in t...
David Green via All-commits
all-commits at lists.llvm.org
Mon Jan 25 09:55:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9390b85ac6aeebba3ced32009380c2311545776e
https://github.com/llvm/llvm-project/commit/9390b85ac6aeebba3ced32009380c2311545776e
Author: David Green <david.green at arm.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
M llvm/test/CodeGen/Thumb2/mve-shuffle.ll
M llvm/test/CodeGen/Thumb2/mve-vaddqr.ll
M llvm/test/CodeGen/Thumb2/mve-vcmpfr.ll
M llvm/test/CodeGen/Thumb2/mve-vdup.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-fadd.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-fminmax.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-fmul.ll
Log Message:
-----------
[ARM] Use half directly for args/return types in test. NFC
Until fairly recently the calling convention for IR half was not handled
correctly in the ARM backend, meaning we needed to pass pointers that
were loaded/stored. Now that that is fixed we can switch to using the
type directly instead.
More information about the All-commits
mailing list