[llvm] [WebAssembly] Fix operand order in performBitcastCombine (PR #190361)

Zile Xiong via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 00:35:01 PDT 2026


xiongzile wrote:

> I just recently enabled the CI to run for you. This seems like the CI is failing because the PR's modifying the llc's output that filecheck's expecting. In this case you should update the file with a command like

I've updated the original regression test following your suggestion using the update_llc_test_checks.py script, so the CHECK lines now match the current llc output.

I also wanted to ask: since the original test already covers this branch, do we still need a separate test file for this scenario, or is the existing test sufficient?


https://github.com/llvm/llvm-project/pull/190361


More information about the llvm-commits mailing list