[all-commits] [llvm/llvm-project] 5bb21c: [InstCombine] add tests for icmp with mul operand; ...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Dec 19 08:58:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bb21cea84a6dfba80acd593b2ebbc56ae5fcd1a
https://github.com/llvm/llvm-project/commit/5bb21cea84a6dfba80acd593b2ebbc56ae5fcd1a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-12-19 (Sun, 19 Dec 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-mul.ll
Log Message:
-----------
[InstCombine] add tests for icmp with mul operand; NFC
Commit: 1965cc469539979d66c6a7f9d1c73000a795f8f0
https://github.com/llvm/llvm-project/commit/1965cc469539979d66c6a7f9d1c73000a795f8f0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-12-19 (Sun, 19 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/test/CodeGen/no-junk-ftrunc.c
Log Message:
-----------
[CodeGen] remove creation of FP cast function attribute
This is the last cleanup step resulting from D115804 .
Now that clang uses intrinsics when we're in the special FP mode,
we don't need a function attribute as an indicator to the backend.
The LLVM part of the change is in D115885.
Differential Revision: https://reviews.llvm.org/D115886
Compare: https://github.com/llvm/llvm-project/compare/4fa96b7eca73...1965cc469539
More information about the All-commits
mailing list