[all-commits] [llvm/llvm-project] fb2bdb: [CodeGen] Avoid use of ConstantExpr::getZExt() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 28 07:45:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb2bdbb83d3913d9d32b28c1de3f3d8b4e6dfc8a
https://github.com/llvm/llvm-project/commit/fb2bdbb83d3913d9d32b28c1de3f3d8b4e6dfc8a
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/lib/CodeGen/CGExprConstant.cpp
Log Message:
-----------
[CodeGen] Avoid use of ConstantExpr::getZExt() (NFC)
Use the constant folding API instead. In preparation for dropping
zext constant expressions.
More information about the All-commits
mailing list