[all-commits] [llvm/llvm-project] 9936d7: [PowerPC] Simplify test for PR33636 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 6 00:48:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9936d732cd17cdd9ed94fb52e6be2dbcbd5a5709
https://github.com/llvm/llvm-project/commit/9936d732cd17cdd9ed94fb52e6be2dbcbd5a5709
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/test/CodeGen/PowerPC/PR33636.ll
Log Message:
-----------
[PowerPC] Simplify test for PR33636 (NFC)
There was a lot of unnecessary code here. Add the -O0 flag to
avoid using constant expressions, otherwise it may get folded
away during EarlyCSE.
Verified that this test fails prior to the fixing commit.
More information about the All-commits
mailing list