[PATCH] D121594: [VP] Add IR expansion for vp.fcmp

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 04:35:04 PDT 2022


frasercrmck created this revision.
frasercrmck added reviewers: simoll, craig.topper, rogfer01.
Herald added a subscriber: hiraditya.
Herald added a project: All.
frasercrmck requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The intrinsic is simply expanded to a regular fcmp instruction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121594

Files:
  llvm/lib/CodeGen/ExpandVectorPredication.cpp
  llvm/test/CodeGen/Generic/expand-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121594.415061.patch
Type: text/x-patch
Size: 6245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220314/417f1f24/attachment.bin>


More information about the llvm-commits mailing list