[PATCH] D110616: [Legalizer] Expand BR_CC into SETCC if condition code is legal
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 28 02:36:04 PDT 2021
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/f128-branch-cond.ll:4
+
+define i32 @test_choice1(fp128 %a, fp128 %b) {
+entry:
----------------
Missing the check contents?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110616/new/
https://reviews.llvm.org/D110616
More information about the llvm-commits
mailing list