[PATCH] D138203: [AArch64][InstCombine] Simplify repeated complex patterns in dupqlane
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 01:29:51 PST 2022
tschuett added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1384
+static Optional<Instruction *> instCombineSVEDupqLane(InstCombiner &IC,
+ IntrinsicInst &II) {
----------------
Please use `std::optional`. The LLVM variant is going away.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138203/new/
https://reviews.llvm.org/D138203
More information about the llvm-commits
mailing list