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 ↗ | (On Diff #55779) | 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 ↗ | (On Diff #55949) | That's not happening anyway, because there is the implicit cast in the BitsToFloat call |