[PATCH] D121217: InstCombine: Can't fold a phi arg load into the phi if the load is from a swifterror address

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 07:56:48 PST 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/phi-equal-incoming-pointers.ll:581
+define i8* @test_dont_optimize_swifterror(i1 %cond, i1 %cond2, i8* %ptr) {
+; INSTCOMBINE-LABEL: @test_dont_optimize_swifterror
+; INSTCOMBINE: entry:
----------------
Looks like this test uses `utils/update_test_checks.py` to generate the checks. Could you update the test using the script?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121217/new/

https://reviews.llvm.org/D121217



More information about the llvm-commits mailing list