[PATCH] D18429: Add lowering support for llvm.experimental.deoptimize
Andrew Trick via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 09:15:36 PDT 2016
atrick added a subscriber: atrick.
atrick added a comment.
In http://reviews.llvm.org/D18429#389103, @sanjoy wrote:
> Looks like webkit_jscc does not work with anything but an i64 return
> type. The following crashes llc, for instance:
>
> CC'ing Andy and Juergen, since they might know. For now I'll switch
> the test to return i64 and turn on the assertion.
That isn't too surprising. Although I thought it worked with f64.
We don't need to keep the webkit_jscc convention. I think its only purpose is to test codegen for patchpoints. Juergen?
Repository:
rL LLVM
http://reviews.llvm.org/D18429
More information about the llvm-commits
mailing list