Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1975)

Issue 2781041: Peephole infrastructure RFC

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by heisenbug
Modified:
9 years, 9 months ago
Reviewers:
heisenbug
CC:
llvm-commits_cs.uiuc.edu
Base URL:
https://llvm.org/svn/llvm-project/llvm/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 11

Patch Set 2 : updated patch to work with r119976, albeit with diminished functionality, see tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -50 lines) Patch
M include/llvm/Target/TargetInstrInfo.h View 1 2 chunks +61 lines, -5 lines 0 comments Download
M lib/CodeGen/PeepholeOptimizer.cpp View 1 1 chunk +6 lines, -7 lines 0 comments Download
M lib/Target/ARM/ARMBaseInstrInfo.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M lib/Target/ARM/ARMBaseInstrInfo.cpp View 1 6 chunks +195 lines, -33 lines 0 comments Download
A + test/CodeGen/ARM/and-tst-reg-peephole.ll View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2
heisenbug
my comments so far http://codereview.appspot.com/2781041/diff/1/include/llvm/Target/TargetInstrInfo.h File include/llvm/Target/TargetInstrInfo.h (right): http://codereview.appspot.com/2781041/diff/1/include/llvm/Target/TargetInstrInfo.h#newcode70 include/llvm/Target/TargetInstrInfo.h:70: template <class SUB, bool (SUB::*FUN)(MachineInstr*, ...
13 years, 6 months ago (2010-10-27 23:38:53 UTC) #1
heisenbug
13 years, 6 months ago (2010-10-29 08:10:13 UTC) #2
Add Comments stated by Bill Wendling.

http://codereview.appspot.com/2781041/diff/1/lib/Target/ARM/ARMBaseInstrInfo.cpp
File lib/Target/ARM/ARMBaseInstrInfo.cpp (left):

http://codereview.appspot.com/2781041/diff/1/lib/Target/ARM/ARMBaseInstrInfo....
lib/Target/ARM/ARMBaseInstrInfo.cpp:1495:
llvm::next(MachineBasicBlock::iterator(MI)));
Bill's comment: leave this as llvm::next as it may conflict with std::next on
some existing compilers

http://codereview.appspot.com/2781041/diff/1/lib/Target/ARM/ARMBaseInstrInfo.cpp
File lib/Target/ARM/ARMBaseInstrInfo.cpp (right):

http://codereview.appspot.com/2781041/diff/1/lib/Target/ARM/ARMBaseInstrInfo....
lib/Target/ARM/ARMBaseInstrInfo.cpp:1488: optimizeWith<MaskRegOpportunity,
indentation!

http://codereview.appspot.com/2781041/diff/1/lib/Target/ARM/ARMBaseInstrInfo....
lib/Target/ARM/ARMBaseInstrInfo.cpp:1751: CopyEquiv
c1(TST->getOperand(0).getReg());
bad indentation
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b