mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 13:21:30 +00:00
Add comment for load folding
llvm-svn: 169880
This commit is contained in:
parent
b9ee3b0c67
commit
0038ea3653
@ -49,6 +49,11 @@
|
||||
// v1 = bitcast v0
|
||||
// = v0
|
||||
//
|
||||
// - Optimize Loads:
|
||||
//
|
||||
// Loads that can be folded into a later instruction. A load is foldable
|
||||
// if it loads to virtual registers and the virtual register defined has
|
||||
// a single use.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "peephole-opt"
|
||||
|
Loading…
Reference in New Issue
Block a user