[PATCH] D80935: [PowerPC][Power10] Implement Parallel Bits Deposit/Extract Builtins in LLVM/Clang
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 12:38:18 PDT 2020
lei accepted this revision as: lei.
lei added a comment.
This revision is now accepted and ready to land.
LGTM, just 1 minor comment/question.
================
Comment at: llvm/lib/Target/PowerPC/PPCScheduleP9.td:47
+ let UnsupportedFeatures = [HasQPX, HasSPE, PrefixInstrs, PCRelativeMemops,
+ IsISA3_1];
----------------
Are `PrefixInstrs` and `PCRelativeMemops` not part of `IsISA3_1`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80935/new/
https://reviews.llvm.org/D80935
More information about the llvm-commits
mailing list