[all-commits] [llvm/llvm-project] 238a59: [InstCombine] Remove varargs cast transform (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 5 07:36:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 238a59c3f1fcc2af2cc88f4385d81e4522f54b86
https://github.com/llvm/llvm-project/commit/238a59c3f1fcc2af2cc88f4385d81e4522f54b86
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Log Message:
-----------
[InstCombine] Remove varargs cast transform (NFC)
This is no longer relevant with opaque pointers.
Also drop the CastInst::isLosslessCast() method, which was only
used here.
More information about the All-commits
mailing list