[PATCH] D105092: [PoC][RISCV] Add the tail policy argument to builtins/intrinsics.
    Hsiangkai Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 29 18:39:30 PDT 2021
    
    
  
HsiangKai updated this revision to Diff 355420.
HsiangKai added a comment.
- Use constant value for tail policy argument.
- Rename HasPolicy to HasPolicyOp.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105092/new/
https://reviews.llvm.org/D105092
Files:
  clang/include/clang/Basic/riscv_vector.td
  clang/test/CodeGen/RISCV/rvv-intrinsics/vadd-policy.c
  clang/utils/TableGen/RISCVVEmitter.cpp
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
  llvm/lib/Target/RISCV/RISCVInstrFormats.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/vadd-policy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105092.355420.patch
Type: text/x-patch
Size: 33747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/05e06813/attachment.bin>
    
    
More information about the llvm-commits
mailing list