[PATCH] D70592: [ARM,MVE] Rename and clean up VCTP IR intrinsics.
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 06:55:55 PST 2019
samparker added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsARM.td:784
+// vctp64 takes v4i1, to work around v2i1 not being a legal MVE type
+def int_arm_mve_vctp64 : Intrinsic<[llvm_v4i1_ty], [llvm_i32_ty], [IntrNoMem]>;
----------------
I think we should just remove this definition for now, unless you've already got some clang tests that generate the IR?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70592/new/
https://reviews.llvm.org/D70592
More information about the llvm-commits
mailing list