summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/prefetch.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SelectionDAG] Support promotion of PREFETCH operandsAlex Bradbury2018-11-301-0/+19
For targets where i32 is not a legal type (e.g. 64-bit RISC-V), LegalizeIntegerTypes must promote the operands of ISD::PREFETCH. Differential Revision: https://reviews.llvm.org/D53281 llvm-svn: 347980
OpenPOWER on IntegriCloud