[PATCH] D143499: [SVE] Add intrinsics for logical/bitwise operations that explicitly undefine the result for inactive lanes.

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 22:54:18 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb1c4ceccf993: [SVE] Add intrinsics for logical/bitwise operations that explicitly undefine… (authored by lizhijin, committed by Allen).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143499/new/

https://reviews.llvm.org/D143499

Files:
  clang/include/clang/Basic/arm_sve.td
  clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
  clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
  clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
  clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-intrinsics-logical-undef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143499.496331.patch
Type: text/x-patch
Size: 127470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/58722c98/attachment.bin>


More information about the llvm-commits mailing list