[all-commits] [llvm/llvm-project] d99a83: [NVPTX] Simplify and generalize constant printer.
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu Sep 9 11:31:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d99a83b4e5fe1fd799c8c54772dc2372ea4d3e1b
https://github.com/llvm/llvm-project/commit/d99a83b4e5fe1fd799c8c54772dc2372ea4d3e1b
Author: Artem Belevich <tra at google.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
M llvm/test/CodeGen/NVPTX/globals_init.ll
Log Message:
-----------
[NVPTX] Simplify and generalize constant printer.
This allows handling i128 values and fixes
https://bugs.llvm.org/show_bug.cgi?id=51789.
Differential Revision: https://reviews.llvm.org/D109458
More information about the All-commits
mailing list