[PATCH] D99171: [WebAssembly] Fold xor by inverting branch target
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 01:01:16 PDT 2021
samparker added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/comparisons-f32.ll:304
+if.then:
+ tail call void @_Z5call1v()
+ br label %if.end
----------------
sbc100 wrote:
> Probably cleaner not to include C++ name mangling here. Maybe just `call1`?
Done: f1313b3b249a
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99171/new/
https://reviews.llvm.org/D99171
More information about the llvm-commits
mailing list