[PATCH] D146636: Precommit tests for #60690
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 11:20:06 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/bswap.ll:933
+
+define i64 @call_fshl(i64 %result) {
+; CHECK-LABEL: @call_fshl(
----------------
(style) Its always useful to tag the test case with the relevant bug (avoids having to git blame the file) - either call the test PR60690 or add a comment above mentioning it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146636/new/
https://reviews.llvm.org/D146636
More information about the llvm-commits
mailing list