Files
clang-p2996/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
Nikita Popov 5e81d6742a [PPCBoolRetToInt] Avoid use of ConstantExpr::getZExt() (NFC)
Use IRBuilder instead, which will either insert an instruction
or constant fold.
2023-09-28 16:01:51 +02:00

9.9 KiB