[PATCH] D99171: [WebAssembly] Fold xor by inverting branch target
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 4 18:23:19 PDT 2021
sbc100 added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/comparisons-f32.ll:304
+if.then:
+ tail call void @_Z5call1v()
+ br label %if.end
----------------
Probably cleaner not to include C++ name mangling here. Maybe just `call1`?
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