[PATCH] D50491: [DAGCombiner][AMDGPU][Mips] Fold bitcast with volatile loads if the resulting load is legal for the target.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 17:25:39 PDT 2018


efriedma added a comment.

I guess we could assume anyone using memory-mapped hardware will only do it with legal types, so reducing the number of operations for illegal types doesn't matter.  But please add a comment here (and to the related store transform) explaining that.


Repository:
  rL LLVM

https://reviews.llvm.org/D50491





More information about the llvm-commits mailing list