[PATCH] D141577: [4/15][Clang][RISCV][NFC] Remove unnecessary logic under RVVIntrinsic::computeBuiltinTypes

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 16:24:50 PST 2023


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: luke.

LGTM



================
Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:921
     PolicyAttrs.TailPolicy = Policy::PolicyType::Agnostic; // TAMA
-  if (PolicyAttrs.isUnspecified()) {
-    if (!IsMasked) {
----------------
I guess removing this negates a comment I left on the rename to Unspecified?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141577



More information about the cfe-commits mailing list