[PATCH] D110322: [ConstantFolding] Fold constrained compare intrinsics
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 05:03:53 PDT 2021
sepavloff created this revision.
sepavloff added reviewers: spatel, kpn, craig.topper, bjope, dblaikie.
Herald added subscribers: dexonsmith, hiraditya.
sepavloff requested review of this revision.
Herald added a project: LLVM.
The change implements constant folding of ‘llvm.experimental.constrained.fcmp’
and ‘llvm.experimental.constrained.fcmps’ intrinsics.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110322
Files:
llvm/include/llvm/IR/Instructions.h
llvm/lib/Analysis/ConstantFolding.cpp
llvm/lib/IR/ConstantFold.cpp
llvm/lib/IR/Instructions.cpp
llvm/test/Transforms/InstSimplify/constfold-constrained.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110322.374511.patch
Type: text/x-patch
Size: 12387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/eef66a81/attachment.bin>
More information about the llvm-commits
mailing list