See bug 35771: https://bugs.llvm.org/show_bug.cgi?id=35771
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
If possible, please add some negative test(s), i.e. SDWA with non-inlineable constant(s). See also style-related recommendation. Otherwise fine.
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | ||
---|---|---|
758 | Modifying the function parameter may lead to coding errors during further evolvement of the function. I recommend introducing a new const unsigned var. |
Modifying the function parameter may lead to coding errors during further evolvement of the function. I recommend introducing a new const unsigned var.