eopXD added inline comments.

================
Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:819
-  // LMUL x NF must be less than or equal to 8.
-  if ((Log2LMUL >= 1) && (1 << Log2LMUL) * NF > 8)
-    return std::nullopt;
----------------
kito-cheng wrote:
> Keep as assert?
`computeType` already has an assertion guarding it, which is why the condition 
is removed here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152070

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to