[PATCH] D76678: [SveEmitter] Add range checks for immediates and predicate patterns.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 14:34:11 PDT 2020


efriedma added inline comments.


================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:7571
+  else if (Builtin->LLVMIntrinsic != 0) {
+    llvm::Type* OverloadedTy = getSVEType(TypeFlags);
+
----------------
I'm not sure why you need a second way to convert SVE types separate from ConvertType


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76678





More information about the cfe-commits mailing list