[all-commits] [llvm/llvm-project] 8d7c86: [RISCV] Support __builtin_nontemporal_load/store b...
Piyou Chen via All-commits
all-commits at lists.llvm.org
Wed Apr 5 23:17:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d7c865c2e22108368373f2301f367edbe293c1c
https://github.com/llvm/llvm-project/commit/8d7c865c2e22108368373f2301f367edbe293c1c
Author: Piyou Chen <piyou.chen at sifive.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCV.h
A llvm/lib/Target/RISCV/RISCVInsertNTLHInsts.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
A llvm/lib/Target/RISCV/RISCVInstrInfoZihintntl.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/test/CodeGen/RISCV/O0-pipeline.ll
M llvm/test/CodeGen/RISCV/O3-pipeline.ll
A llvm/test/CodeGen/RISCV/nontemporal-scalable.ll
A llvm/test/CodeGen/RISCV/nontemporal.ll
Log Message:
-----------
[RISCV] Support __builtin_nontemporal_load/store by MachineMemOperand
Differential Revision: https://reviews.llvm.org/D143361
More information about the All-commits
mailing list