[all-commits] [llvm/llvm-project] af67b6: [AArch64] Split lowerVectorFCMP combine
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Jul 12 04:13:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af67b6760bdb6738d58541bd31e97421612832cb
https://github.com/llvm/llvm-project/commit/af67b6760bdb6738d58541bd31e97421612832cb
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Combine.td
M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
Log Message:
-----------
[AArch64] Split lowerVectorFCMP combine
It's the only combine (AFAIK) that didn't use an apply function.
There is no reason for it to mutate instructions in the matcher, so split it up.
Reviewed By: aemerson, arsenm
Differential Revision: https://reviews.llvm.org/D154947
More information about the All-commits
mailing list