[PATCH] D143361: [RISCV] Support __builtin_nontemporal_load/store by MachineMemOperand

Piyou Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 02:43:24 PDT 2023


BeMg updated this revision to Diff 504566.
BeMg edited the summary of this revision.
BeMg added a comment.

Reorganizing the test case

1. Use ptr instead of type*
2. Remove volatile
3. Merge scalar/C-ext/fixed-length into one testcase file
4. Add scalable vector testcase (put in nontemporal-scalable.ll because the scalable type can't be compiled without the V extension)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143361

Files:
  llvm/lib/Target/RISCV/CMakeLists.txt
  llvm/lib/Target/RISCV/RISCV.h
  llvm/lib/Target/RISCV/RISCVInsertNTLHInsts.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZihintntl.td
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/test/CodeGen/RISCV/O0-pipeline.ll
  llvm/test/CodeGen/RISCV/O3-pipeline.ll
  llvm/test/CodeGen/RISCV/nontemporal-scalable.ll
  llvm/test/CodeGen/RISCV/nontemporal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143361.504566.patch
Type: text/x-patch
Size: 60906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230313/2d4371f0/attachment-0001.bin>


More information about the llvm-commits mailing list