[PATCH] D112613: [RISCV] Change TARGET_BUILTIN require to zve32x for vector instruction
    Yueh-Ting Chen via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jan 20 01:56:14 PST 2022
    
    
  
eopXD updated this revision to Diff 401554.
eopXD added a comment.
Rebase.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112613/new/
https://reviews.llvm.org/D112613
Files:
  clang/utils/TableGen/RISCVVEmitter.cpp
Index: clang/utils/TableGen/RISCVVEmitter.cpp
===================================================================
--- clang/utils/TableGen/RISCVVEmitter.cpp
+++ clang/utils/TableGen/RISCVVEmitter.cpp
@@ -1027,7 +1027,7 @@
 
   OS << "#if defined(TARGET_BUILTIN) && !defined(RISCVV_BUILTIN)\n";
   OS << "#define RISCVV_BUILTIN(ID, TYPE, ATTRS) TARGET_BUILTIN(ID, TYPE, "
-        "ATTRS, \"experimental-v\")\n";
+        "ATTRS, \"experimental-zve32x\")\n";
   OS << "#endif\n";
   for (auto &Def : Defs) {
     auto P =
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112613.401554.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220120/300a045c/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list