llvm-project/mlir/test
Uday Bondhugula 5f76245cfe Minor fix for replaceAllMemRefUsesWith.
The check for whether the memref was used in a non-derefencing context had to
be done inside, i.e., only for the op stmt's that the replacement was specified
to be performed on (by the domStmtFilter arg if provided). As such, it is
completely fine for example for a function to return a memref while the replacement
is being performed only a specific loop's body (as in the case of DMA
generation).

PiperOrigin-RevId: 223827753
2019-03-29 14:14:43 -07:00
..
IR RankedTensorType: Use getHashValue(KeyTy) when calling getHashValue(RankedTensorTypeStorage*). 2019-03-29 14:13:44 -07:00
Target LLVM IR lowering: support 'dim' operation. 2019-03-29 14:11:10 -07:00
Transforms Minor fix for replaceAllMemRefUsesWith. 2019-03-29 14:14:43 -07:00