[PATCH] D149052: [VP] IR expansion for fabs/fsqrt/fma/fmadd

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 04:33:03 PDT 2023


RKSimon created this revision.
RKSimon added reviewers: simoll, loralb.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
RKSimon requested review of this revision.
Herald added a project: LLVM.

Add basic handling for VP ops that can expand to FP intrinsics

Fixes #60464


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149052

Files:
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/CodeGen/ExpandVectorPredication.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/CodeGen/X86/expand-vp-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149052.516348.patch
Type: text/x-patch
Size: 15968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/4154e385/attachment.bin>


More information about the llvm-commits mailing list