[PATCH] D86449: [SelectionDAG] Handle non-power-of-2 bitwidths in expandROT
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 02:22:39 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/fshl.ll:4
+
+target triple = "wasm32-unknown-unknown"
+
----------------
move the triple into the run command?
================
Comment at: llvm/test/CodeGen/WebAssembly/fshl.ll:6
+
+define i33 @fshr_multi_use(i33 %a) {
+; CHECK-LABEL: fshr_multi_use:
----------------
Please can you add a comment referencing the ossfuzz url?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86449/new/
https://reviews.llvm.org/D86449
More information about the llvm-commits
mailing list