[PATCH] D85581: [WebAssembly] Fix FastISel address calculation bug
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 03:09:56 PDT 2020
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/WebAssembly/fast-isel-pr7040.ll:3
+
+; Regression test for PR7040, in which an assertion was improperly
+; triggered during FastISel's address computation. The issue was that
----------------
The same typo for CL/commit message and the test file name
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85581/new/
https://reviews.llvm.org/D85581
More information about the llvm-commits
mailing list