[PATCH] D143154: [AMDGPU] Introduce divergence and uniform bit fields in tablegen
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 03:25:42 PST 2023
arsenm added a comment.
I’m not sure we really need a bit for just these 3 cases
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:8418
+
+ if(isSourceOfDivergence(MI))
+ return InstructionUniformity::NeverUniform;
----------------
Space after if
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143154/new/
https://reviews.llvm.org/D143154
More information about the llvm-commits
mailing list