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

Piyou Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 04:38:08 PDT 2023


BeMg updated this revision to Diff 505031.
BeMg added a comment.

1. Move Changed
2. hasStdExtC -> hasStdExtCOrZca
3. Update format
4. Remove isCodeGenOnly


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.505031.patch
Type: text/x-patch
Size: 60877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/ae7ac614/attachment.bin>


More information about the llvm-commits mailing list