[all-commits] [llvm/llvm-project] 663bcb: [SVE] Replace unnecessary Intrinsic::aarch64_sve_p...

Paul Walker via All-commits all-commits at lists.llvm.org
Fri Jun 12 04:02:22 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 663bcb3574d72552b41de6a740e454f2f53e2f4a
      https://github.com/llvm/llvm-project/commit/663bcb3574d72552b41de6a740e454f2f53e2f4a
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
    M clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_dupq.c
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/test/Transforms/InterleavedAccess/AArch64/sve-interleaved-accesses.ll

  Log Message:
  -----------
  [SVE] Replace unnecessary Intrinsic::aarch64_sve_ptrue construction. (#203349)

Prefer ConstantInt::getTrue() over sve.ptrue(31) when creating
all-active boolean vectors.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list