[PATCH] D138185: [InstCombine] Look through bitcast if possible
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 05:25:41 PDT 2023
arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.
Herald added a subscriber: StephenFan.
================
Comment at: llvm/test/Transforms/InstCombine/AMDGPU/demanded-vector-elts-multi-user.ll:18
+;
+ %var = call <4 x i32> @llvm.amdgcn.raw.buffer.load.v4i32(<4 x i32> %rsrc, i32 %ofs, i32 %sofs, i32 0)
+ %var1 = bitcast <4 x i32> %var to <4 x float>
----------------
Can you post patch against pre-commited base tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138185/new/
https://reviews.llvm.org/D138185
More information about the llvm-commits
mailing list