[PATCH] D66618: [WIP] Expose functions to determine pointer properties (Align & Deref)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 31 04:30:24 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/noPermuteFormasking.ll:94
define i64 @andis_no_cmp(i64 %a, i64 %b) {
+; CHECK-LABEL: andis_no_cmp:
+; CHECK: # %bb.0: # %entry
----------------
I think you want to first regenerate check-lines in trunk.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66618/new/
https://reviews.llvm.org/D66618
More information about the llvm-commits
mailing list