[all-commits] [llvm/llvm-project] 830c18: [AArch64] Add missing NVCAST patterns.
David Green via All-commits
all-commits at lists.llvm.org
Sat May 7 13:08:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 830c18047bf8ce6d4d85345567847d344f97e975
https://github.com/llvm/llvm-project/commit/830c18047bf8ce6d4d85345567847d344f97e975
Author: David Green <david.green at arm.com>
Date: 2022-05-07 (Sat, 07 May 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/arm64-nvcast.ll
Log Message:
-----------
[AArch64] Add missing NVCAST patterns.
There were apparently some missing NVCAST patterns. This fills them in
using foreach, as opposed to having the specify them individually.
Fixes #55321
More information about the All-commits
mailing list