-
Transforms/LoopStrengthReduce/X86/
| | Authored by jbhateja on Jul 5 2017, 8:40 AM. Event Timelinelsaba added inline comments. lsaba added inline comments. lsaba added inline comments. jbhateja marked an inline comment as done. jbhateja marked 2 inline comments as done and an inline comment as not done. lsaba added inline comments. jbhateja marked an inline comment as done. lsaba added inline comments. lsaba added inline comments.
1 ↗ | (On Diff #106796) | |
3 ↗ | (On Diff #105275) | |
8 | |
lsaba added inline comments. lsaba added inline comments. lsaba added inline comments. lsaba accepted this revision. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision now requires changes to proceed. jmolloy requested changes to this revision. This revision now requires changes to proceed. jbhateja retitled this revision from [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs. to [X86] Improvement in CodeGen instruction selection for LEAs.. This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state Needs Review. This revision was automatically updated to reflect the committed changes. Herald added a project: Restricted Project. Path | Size |
---|
| | | 2 lines | | 2 lines | | | | | | 11 lines | | | | 45 lines | | 417 lines | | | | | | | | 34 lines | | 2 lines | | 14 lines | | 38 lines | | 40 lines | | 12 lines | | 15 lines | | 9 lines | | 14 lines | | 16 lines | | Transforms/ | LoopStrengthReduce/ | X86/ |
| | | 6 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
21bf5b327518 | 9b38297ed925 | 365e1cd0b5d7 | Jatin Bhateja | Updating test. | Aug 14 2017, 11:05 AM | 365e1cd0b5d7 | 85b28cf2cc98 | ee9ce1084b4e | Jatin Bhateja | Changes to avoid creating costly LEAs in loops, strength reduction for simple… (Show More…) | Aug 14 2017, 10:50 AM | ee9ce1084b4e | 713fcc947f06 | 05634adfd722 1bdf83db4318 | Jatin Bhateja | Merge branch 'master' of https://github.com/llvm-mirror/llvm | Aug 13 2017, 3:02 AM | 05634adfd722 | 8be6a401bc3d | b01d6f48422f | Jatin Bhateja | Formatting changes | Aug 1 2017, 10:00 AM | b01d6f48422f | a8d97c7992a5 | 00afd2bbd055 bba95e61a443 | Jatin Bhateja | Merge branch 'master' of https://github.com/llvm-mirror/llvm | Aug 1 2017, 9:34 AM | 00afd2bbd055 | 6c634a701e50 | 66ed75b40049 | Jatin Bhateja | Formatting changes. | Aug 1 2017, 7:35 AM | 66ed75b40049 | 097a85897205 | d23ad3af1467 | Jatin Bhateja | Updating test lea-opt-cse3.ll | Jul 31 2017, 8:04 PM | d23ad3af1467 | 61a837f4d03b | de39ec186c46 c19eec326279 | Jatin Bhateja | Pull from trunk https://github.com/llvm-mirror/llvm | Jul 31 2017, 7:57 PM | de39ec186c46 | 1c1c8ac39a1b | 2e59b7a2c375 | Jatin Bhateja | Few more changes for LEA factorization. | Jul 31 2017, 7:55 PM | 2e59b7a2c375 | 8123ce2f4ae6 | 95c8a3c970c8 | Jatin Bhateja | [X86] : Factorize LEA, handling for patterns involing SUBREG_TO_REG as LEA… (Show More…) | Jul 31 2017, 8:01 AM | 95c8a3c970c8 | e40be4397ecf | 895830675a05 | Jatin Bhateja | Removing 2 tests, pulled their latest renamed versions from trunk. | Jul 27 2017, 10:07 PM | 895830675a05 | e0f1450417f7 | 0202ab5f389e b85036296dc3 | Jatin Bhateja | Pull from trunk - 28/07/2017 | Jul 27 2017, 10:04 PM | 0202ab5f389e | 7acdd9a8d980 | 049880122266 | Jatin Bhateja | D35014 : Review comments resolution | Jul 27 2017, 10:00 PM | 049880122266 | 5ffb6a5da3c6 | 3d6d011961f9 e9faa0919c52 | Jatin Bhateja | Merge branch 'master' of https://github.com/llvm-mirror/llvm | Jul 16 2017, 10:36 PM | 3d6d011961f9 | 7824248255db | 6791e715217e | Jatin Bhateja | [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs. (Show More…) | Jul 5 2017, 3:28 AM | 6791e715217e | 2f1401bd41c8 | 66da5670571f | Jatin Bhateja | [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs 1/… (Show More…) | Jul 5 2017, 3:22 AM |
|
Genuine question.
MRI is usually accessibly via other more efficient means.
Do we really need to rely on this one?