Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/tools/llvm-exegesis/lib/X86/
-
trunk/
-
tools/
-
llvm-exegesis/
-
lib/
-
X86/
-
Target.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D54147
[llvm-exegesis] Ignore X86 pseudo instructions.
Closed
Public
Authored by
courbet
on Nov 6 2018, 4:52 AM.
Download Raw Diff
Details
Reviewers
gchatelet
Commits
rG003e08ff28c2: [llvm-exegesis] Ignore X86 pseudo instructions.
rL346227: [llvm-exegesis] Ignore X86 pseudo instructions.
Summary
They do not lower to actual MCInsts and have no scheduling info.
Diff Detail
Repository
rL LLVM
Event Timeline
courbet
created this revision.
Nov 6 2018, 4:52 AM
Herald
added a subscriber:
tschuett
.
·
View Herald Transcript
Nov 6 2018, 4:52 AM
Harbormaster
completed remote builds in
B24602: Diff 172744
.
Nov 6 2018, 4:53 AM
gchatelet
added inline comments.
Nov 6 2018, 5:01 AM
tools/llvm-exegesis/lib/X86/Target.cpp
78 ↗
(On Diff #172744)
Remove parenthesis
courbet
updated this revision to
Diff 172748
.
Nov 6 2018, 5:54 AM
courbet
marked an inline comment as done.
Comment Actions
address comment
Harbormaster
completed remote builds in
B24603: Diff 172748
.
Nov 6 2018, 5:55 AM
gchatelet
accepted this revision.
Nov 6 2018, 5:59 AM
This revision is now accepted and ready to land.
Nov 6 2018, 5:59 AM
Closed by commit
rL346227: [llvm-exegesis] Ignore X86 pseudo instructions.
(authored by
courbet
).
·
Explain Why
Nov 6 2018, 6:14 AM
This revision was automatically updated to reflect the committed changes.