Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SelectionDAG] Support promotion of PREFETCH operands | Alex Bradbury | 2018-11-30 | 1 | -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 |