[PATCH] D51891: [WebAssembly][NFC] Enable explicit locals in simd-arith.ll
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 15:22:45 PDT 2018
tlively added a comment.
In https://reviews.llvm.org/D51891#1229637, @aheejin wrote:
> Which aspect of the upcoming CL breaks it?
It was the same problem as in https://reviews.llvm.org/D51459 where a TEE is emitted but when explicit locals are disabled it is not properly converted to a TEE_LOCAL. The fact that a TEE is emitted isn't actually interesting in the test, but it causes a crash unless it is lowered to a TEE_LOCAL.
Repository:
rL LLVM
https://reviews.llvm.org/D51891
More information about the llvm-commits
mailing list