Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/NVPTX/
-
trunk/
-
lib/
-
Target/
-
NVPTX/
-
NVPTXInstrInfo.td
Hide Panel
f
Keyboard Reference
?
Differential
D17432
[NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
Closed
Public
Authored by
jlebar
on Feb 18 2016, 6:07 PM.
Download Raw Diff
Details
Reviewers
jholewinski
rnk
Commits
rG93e7a9b91c93: [NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
rL262372: [NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
Summary
Tablegen understands backslash as an escape char; that's sufficient.
Diff Detail
Repository
rL LLVM
Event Timeline
jlebar
updated this revision to
Diff 48443
.
Feb 18 2016, 6:07 PM
jlebar
retitled this revision from
to
[NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
.
jlebar
updated this object.
jlebar
added a reviewer:
jholewinski
.
jlebar
added subscribers:
tra
,
llvm-commits
.
Herald
added a subscriber:
jholewinski
.
·
View Herald Transcript
Feb 18 2016, 6:07 PM
jlebar
added a reviewer:
rnk
.
Feb 29 2016, 5:39 PM
rnk
accepted this revision.
Feb 29 2016, 6:00 PM
rnk
edited edge metadata.
Comment Actions
lgtm
This revision is now accepted and ready to land.
Feb 29 2016, 6:00 PM
Closed by commit
rL262372: [NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
(authored by
jlebar
).
·
Explain Why
Mar 1 2016, 11:28 AM
This revision was automatically updated to reflect the committed changes.