[all-commits] [llvm/llvm-project] 1bb348: [ARM] Predicated VFMA patterns
David Green via All-commits
all-commits at lists.llvm.org
Wed Aug 12 10:36:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1bb348868501d1ae731ec859dfb43433e7e41022
https://github.com/llvm/llvm-project/commit/1bb348868501d1ae731ec859dfb43433e7e41022
Author: David Green <david.green at arm.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrMVE.td
M llvm/test/CodeGen/Thumb2/mve-fmas.ll
Log Message:
-----------
[ARM] Predicated VFMA patterns
Similar to the Two op + select patterns that were added recently, this
adds some patterns for select + fma to turn them into predicated
operations.
Differential Revision: https://reviews.llvm.org/D85824
Commit: f07f17ac7c14a611f8a2ba64a7ed76488f86078d
https://github.com/llvm/llvm-project/commit/f07f17ac7c14a611f8a2ba64a7ed76488f86078d
Author: David Green <david.green at arm.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M llvm/include/llvm/MC/MCSchedule.h
Log Message:
-----------
[Scheduler] Fix typo in comments. NFC
Compare: https://github.com/llvm/llvm-project/compare/13d6cf0951f4...f07f17ac7c14
More information about the All-commits
mailing list