[PATCH] D110779: [RISCV] Require tail policy argument to builtins to be an integer constant expression
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 09:55:18 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5c3508ac71b: [RISCV] Require tail policy argument to builtins to be an integer constant… (authored by craig.topper).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110779/new/
https://reviews.llvm.org/D110779
Files:
clang/utils/TableGen/RISCVVEmitter.cpp
Index: clang/utils/TableGen/RISCVVEmitter.cpp
===================================================================
--- clang/utils/TableGen/RISCVVEmitter.cpp
+++ clang/utils/TableGen/RISCVVEmitter.cpp
@@ -1184,7 +1184,7 @@
}
if (HasPolicy) {
- ProtoMaskSeq.push_back("z");
+ ProtoMaskSeq.push_back("Kz");
}
// Create Intrinsics for each type and LMUL.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110779.378710.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211011/5505b353/attachment.bin>
More information about the llvm-commits
mailing list