Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Issue 135953002: PNaCl: Fix handling of va_arg on structs in simplification passes (Closed)

Created:
6 years, 11 months ago by Mark Seaborn
Modified:
6 years, 11 months ago
Reviewers:
Derek Schuff
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/pnacl-llvm.git@master
Visibility:
Public.

Description

PNaCl: Fix handling of va_arg on structs in simplification passes Without this ordering change, ExpandStructRegs will fail with: Value: %val = va_arg i8* %va_list, %MyStruct LLVM ERROR: Unrecognized struct value BUG=https://code.google.com/p/nativeclient/issues/detail?id=2381 TEST=*.ll tests R=dschuff@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=91eed9e

Patch Set 1 #

Patch Set 2 : Update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -16 lines) Patch
M lib/Transforms/NaCl/ExpandVarArgs.cpp View 1 1 chunk +8 lines, -14 lines 0 comments Download
M lib/Transforms/NaCl/PNaClABISimplify.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M test/Transforms/NaCl/pnacl-abi-simplify-preopt.ll View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mark Seaborn
6 years, 11 months ago (2014-01-13 15:58:04 UTC) #1
Derek Schuff
lgtm
6 years, 11 months ago (2014-01-13 16:59:44 UTC) #2
Mark Seaborn
6 years, 11 months ago (2014-01-13 17:30:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r91eed9e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698