[PATCH] D136014: [AArch64] Improve codegen for shifted mask op
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 01:32:04 PDT 2022
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/pr56427.ll:4
+
+define i64 @src(i64 %x) {
+; CHECK-LABEL: src:
----------------
Can you find a better place for this test?
Do we have a better example that will not be optimized away by opt?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136014/new/
https://reviews.llvm.org/D136014
More information about the llvm-commits
mailing list