[all-commits] [llvm/llvm-project] 0b7f53: [VP] IR expansion for fabs/fsqrt/fma/fmadd
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 24 07:20:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b7f53efecb63659cbf4ebc2010a871e9b0121d3
https://github.com/llvm/llvm-project/commit/0b7f53efecb63659cbf4ebc2010a871e9b0121d3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/CodeGen/ExpandVectorPredication.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/test/CodeGen/X86/expand-vp-fp-intrinsics.ll
Log Message:
-----------
[VP] IR expansion for fabs/fsqrt/fma/fmadd
Add basic handling for VP ops that can expand to FP intrinsics
Fixes #60464
Differential Revision: https://reviews.llvm.org/D149052
More information about the All-commits
mailing list