[PATCH] D57681: [InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 05:38:37 PST 2019
arsenm added a comment.
Does it actually matter? I thought since this needs to be a constant, this just needs to not crash
================
Comment at: test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll:2420
+
+declare {<4 x float>, i32} @llvm.amdgcn.image.load.1d.sl_v4f32i32s.i32(i32, i32, <8 x i32>, i32, i32) #1
+
----------------
There's an _ in the name?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57681/new/
https://reviews.llvm.org/D57681
More information about the llvm-commits
mailing list