We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc5c33 commit ec69f21Copy full SHA for ec69f21
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
@@ -735,7 +735,7 @@ static bool hasSourceMods(const SDNode *N) {
735
case ISD::INLINEASM:
736
case ISD::INLINEASM_BR:
737
case AMDGPUISD::DIV_SCALE:
738
- case ISD::INTRINSIC_W_CHAIN:
+ case ISD::INTRINSIC_W_CHAIN:
739
740
// TODO: Should really be looking at the users of the bitcast. These are
741
// problematic because bitcasts are used to legalize all stores to integer
0 commit comments