[PATCH] D144534: [InstCombine] Fold (fcmp_oeq (fabs x) +Inf) into is_fpclass(x, fcInf)

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 20:26:05 PST 2023


qiucf created this revision.
qiucf added reviewers: sepavloff, arsenm, kpn, foad, andrew.w.kaylor, jyknight.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
qiucf requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144534

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/and-fcmp.ll
  llvm/test/Transforms/InstCombine/create-class-from-logic-fcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144534.499361.patch
Type: text/x-patch
Size: 13685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/2b3611b0/attachment.bin>


More information about the llvm-commits mailing list