Add vand, vor, and vxor intrinsic instructions and regression tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92454
[VE] Add vand, vor, and vxor intrinsic instructions ClosedPublic Authored by kaz7 on Dec 1 2020, 8:23 PM.
Details Summary Add vand, vor, and vxor intrinsic instructions and regression tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2020, 2:16 AM This revision was landed with ongoing or failed builds.Dec 2 2020, 5:53 AM Closed by commit rGdd0159bd8141: [VE] Add vand, vor, and vxor intrinsic instructions (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 308860 llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/test/CodeGen/VE/VELIntrinsics/vand.ll
llvm/test/CodeGen/VE/VELIntrinsics/vor.ll
llvm/test/CodeGen/VE/VELIntrinsics/vxor.ll
|