Previous changes for sext() modifier introduced regression: when you pass fp literal to integer instruction assembler was returning error. Now it just converts that float to binary representation.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D21972
[AMDGPU] Assembler: Fix parsing error with floating-point literals passed to integer instructions ClosedPublic Authored by SamWot on Jul 4 2016, 6:43 AM.
Details Summary Previous changes for sext() modifier introduced regression: when you pass fp literal to integer instruction assembler was returning error. Now it just converts that float to binary representation.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 5 2016, 6:44 AM Closed by commit rL274551: [AMDGPU] Assembler: Fix parsing error with floating-point literals passed to… (authored by skolton). · Explain WhyJul 5 2016, 7:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 62676 lib/IR/AutoUpgrade.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/MC/AMDGPU/vop1.s
test/MC/AMDGPU/vop2.s
|