mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 22:53:08 +00:00
[SeparateConstOffsetFromGEP] Fix a typo. NFC.
do CSE for to => do CSE to llvm-svn: 321098
This commit is contained in:
parent
01a1a57616
commit
412f83d1a0
@ -97,7 +97,7 @@
|
|||||||
// load %p2
|
// load %p2
|
||||||
// ...
|
// ...
|
||||||
//
|
//
|
||||||
// We can not do CSE for to the common part related to index "i64 %i". Lowering
|
// We can not do CSE to the common part related to index "i64 %i". Lowering
|
||||||
// GEPs can achieve such goals.
|
// GEPs can achieve such goals.
|
||||||
// If the target does not use alias analysis in codegen, this pass will
|
// If the target does not use alias analysis in codegen, this pass will
|
||||||
// lower a GEP with multiple indices into arithmetic operations:
|
// lower a GEP with multiple indices into arithmetic operations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user