[PATCH] D105092: [PoC][RISCV] Add the tail policy argument to builtins/intrinsics.
Zakk Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 29 06:59:38 PDT 2021
khchen added inline comments.
================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:1148
+ if (HasPolicy) {
+ ProtoMaskSeq.push_back("z");
+ }
----------------
maybe the policy argument should be a constant value ("Kz")?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105092/new/
https://reviews.llvm.org/D105092
More information about the cfe-commits
mailing list