[all-commits] [llvm/llvm-project] d2f132: [ConstantFolding] Fold constrained compare intrinsics
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Thu Feb 3 01:47:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2f132f0b7ebce919f5c4714e19449ee7869f3f7
https://github.com/llvm/llvm-project/commit/d2f132f0b7ebce919f5c4714e19449ee7869f3f7
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/constfold-constrained.ll
Log Message:
-----------
[ConstantFolding] Fold constrained compare intrinsics
The change implements constant folding of ‘llvm.experimental.constrained.fcmp’
and ‘llvm.experimental.constrained.fcmps’ intrinsics.
Differential Revision: https://reviews.llvm.org/D110322
More information about the All-commits
mailing list