Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions and
regression tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92649
[VE] Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions ClosedPublic Authored by kaz7 on Dec 4 2020, 3:13 AM.
Details Summary Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 4 2020, 4:57 AM Closed by commit rGe936d1e11345: [VE] Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions (authored by kaz7). · Explain WhyDec 4 2020, 4:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309503 llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/test/CodeGen/VE/VELIntrinsics/vfadd.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfdiv.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfmul.ll
llvm/test/CodeGen/VE/VELIntrinsics/vfsub.ll
|