[all-commits] [llvm/llvm-project] ba2954: [InstSimplify] add tests for FP rounding intrinsic...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Sun Jul 31 07:00:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba295492318f10eb9b28e8583cdb39386779517c
https://github.com/llvm/llvm-project/commit/ba295492318f10eb9b28e8583cdb39386779517c
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/test/Transforms/InstSimplify/round-intrinsics.ll
Log Message:
-----------
[InstSimplify] add tests for FP rounding intrinsics; NFC
See issue #56775
Commit: 02b3a358926e7bbcac9226cbecbfc3067c2ad61b
https://github.com/llvm/llvm-project/commit/02b3a358926e7bbcac9226cbecbfc3067c2ad61b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll
M llvm/test/Transforms/InstSimplify/round-intrinsics.ll
Log Message:
-----------
[InstSimplify] fold FP rounding intrinsic with rounded operand
issue #56775
I rearranged the Thumb2 codegen test to avoid simplifying the chain
of rounding instructions. I'm assuming the intent of the test is
to verify lowering of each of those intrinsics.
Compare: https://github.com/llvm/llvm-project/compare/09cf95bd3ec2...02b3a358926e
More information about the All-commits
mailing list