[PATCH] D90404: [AMDGPU] Add alignment check for v3 to v4 load type promotion
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 09:11:04 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/bfi_int.ll:11-16
+; SI: s_andn2_b32
+; SI: s_and_b32
+; SI: s_or_b32
+
+; VI: s_and_b32
+; VI: s_andn2_b32
----------------
You can just use -DAG here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90404/new/
https://reviews.llvm.org/D90404
More information about the llvm-commits
mailing list