Allen added inline comments.
Comment at: clang/lib/Sema/SemaDecl.cpp:11544
+ // Target attribute on AArch64 is not used for multiversioning
+ if (NewTA && S.getASTContext().getTargetInfo().getTriple().isAArch64())
+return false;
I find the attribute **targe
Allen added inline comments.
Herald added a project: All.
Comment at: clang/lib/CodeGen/CGExprScalar.cpp:3386
+FMulAdd = Builder.CreateConstrainedFPCall(
+CGF.CGM.getIntrinsic(llvm::Intrinsic::experimental_constrained_fmuladd,
+ Addend->get
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGec67d703cfb0: [SVE] Add intrinsics for uniform dsp
operations that explicitly undefine theā¦ (authored by dewen, committed by
Allen).
Herald added a
Allen added inline comments.
Herald added a project: All.
Comment at:
llvm/test/CodeGen/AArch64/sve2-intrinsics-fp-int-binary-logarithm.ll:31
+; CHECK-NEXT: ret
+ %out = call @llvm.aarch64.sve.flogb.nxv2f64( %a,
+
Allen added inline comments.
Comment at: llvm/lib/Target/NVPTX/NVPTXInstrInfo.td:186
+ !eq(name, "v2f16"): Float16x2Regs,
+ !eq(name, "bf16"): Float16Regs,
+ !eq(name, "v2bf16"): Float16x2Regs,
tra wrote:
> tra wrote:
> > Allen wrote:
> > > sorry for
Allen added inline comments.
Comment at: llvm/lib/Target/NVPTX/NVPTXInstrInfo.td:186
+ !eq(name, "v2f16"): Float16x2Regs,
+ !eq(name, "bf16"): Float16Regs,
+ !eq(name, "v2bf16"): Float16x2Regs,
sorry for a basic question: what's the different between
Allen added a comment.
I have a babyism question, why poison is preferred to the undef in the pattern
ConstantVector::getSplat ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93793/new/
https://reviews.llvm.org/D93793