Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions and
regression tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92651
[VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions ClosedPublic Authored by kaz7 on Dec 4 2020, 4:59 AM.
Details Summary Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 4 2020, 9:45 AM Closed by commit rG23034a4a63e1: [VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions (authored by kaz7). · Explain WhyDec 4 2020, 2:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309666 llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/test/CodeGen/VE/VELIntrinsics/vfcmp.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfmax.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfmin.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfsqrt.ll
|