[all-commits] [llvm/llvm-project] 4a7702: [AsmPrinter] Avoid use of ConstantExpr::getInteger...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Nov 1 04:08:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a7702b785809a0dcd8a38bf7cbdd8181427c716
https://github.com/llvm/llvm-project/commit/4a7702b785809a0dcd8a38bf7cbdd8181427c716
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Log Message:
-----------
[AsmPrinter] Avoid use of ConstantExpr::getIntegerCast() (NFCI)
In the cases where this used to create a sext/zext constant
expression we should later error for that expression anyway, so
this should be NFC.
More information about the All-commits
mailing list