[all-commits] [llvm/llvm-project] b16a0f: [AArch64][Optimization]Emit FCCMP for AND of two f...
Priyanshi Agarwal via All-commits
all-commits at lists.llvm.org
Wed Aug 9 07:58:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b16a0f9f6e28b38f88eae07fd455710b226f0fe4
https://github.com/llvm/llvm-project/commit/b16a0f9f6e28b38f88eae07fd455710b226f0fe4
Author: priyanshi1708 <priyanshiagarwal1708 at gmail.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/andcompare.ll
Log Message:
-----------
[AArch64][Optimization]Emit FCCMP for AND of two float compares
Transforms and(fcmp(a, b), fcmp(c, d)) into fccmp(fcmp(a, b), c, d)
Issue link: https://github.com/llvm/llvm-project/issues/60819
Differential Revision: https://reviews.llvm.org/D152714
More information about the All-commits
mailing list