global addresses are such expressions
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Use single quotes
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | ||
---|---|---|
608–609 | Since there should be only 32 bit values, the idea was to print all 64 bits and catch any bugs/corruption in asm output. |
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | ||
---|---|---|
608–609 | That's not happening anyway, because there is the implicit cast in the BitsToFloat call |
Why change this? It's already being truncated. Maybe add an explicit static_cast to the Imm assignment?