[PATCH] D154005: [InstCombine] Add tests for folding `@llvm.ptrmask` with itself; NFC
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 00:12:14 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/consecutive-ptrmask.ll:4
+
+declare ptr @llvm.ptrmask(ptr, i64)
+declare ptr @llvm.ptrmask.p0.i32(ptr, i32)
----------------
This should be `@llvm.ptrmask.p0.i64`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154005/new/
https://reviews.llvm.org/D154005
More information about the llvm-commits
mailing list