diff options
author | Luke Lau <luke@igalia.com> | 2025-04-02 10:26:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 10:26:48 +0100 |
commit | 8107b430edb38dc798fe4e710df13d4b2e98acfb (patch) | |
tree | 04afe331fbcefe905a1bf3a11fd78b3720fcb476 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | dd19e7eaaa63bc96d99cdb7a3e7cce95589aec8d (diff) | |
download | llvm-8107b430edb38dc798fe4e710df13d4b2e98acfb.zip llvm-8107b430edb38dc798fe4e710df13d4b2e98acfb.tar.gz llvm-8107b430edb38dc798fe4e710df13d4b2e98acfb.tar.bz2 |
[VPlan] Simplify select c, x, x -> x (#133731)
As noted in 1a9358c090d0507be21c5e9b2d97a23ef1de8ab0, some
simplifications can produce a redundant select where the true and false
operands are the same, which this patch removes.
The is_fpclass test was changed so the condition wasn't made dead.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions